-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcompat.khrplatform.lua
More file actions
52 lines (50 loc) · 2.16 KB
/
Copy pathcompat.khrplatform.lua
File metadata and controls
52 lines (50 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
package = {
spec = "1",
namespace = "compat",
name = "khrplatform",
description = "Khronos KHR platform header for OpenGL/EGL compat packages",
licenses = {"Khronos"},
repo = "https://github.com/KhronosGroup/EGL-Registry",
type = "package",
xpm = {
linux = {
["2026.05.31"] = {
url = {
GLOBAL = "https://github.com/KhronosGroup/EGL-Registry/archive/3d7796b3721d93976b6bfe536aa97bbc4bce8667.tar.gz",
CN = "https://gitcode.com/mcpp-res/khrplatform/releases/download/2026.05.31/khrplatform-2026.05.31.tar.gz",
},
sha256 = "f303c6a9248081e73c20a41fe9cc5b97c428bc0716286c5bb33551e65306015e",
},
},
macosx = {
["2026.05.31"] = {
url = {
GLOBAL = "https://github.com/KhronosGroup/EGL-Registry/archive/3d7796b3721d93976b6bfe536aa97bbc4bce8667.tar.gz",
CN = "https://gitcode.com/mcpp-res/khrplatform/releases/download/2026.05.31/khrplatform-2026.05.31.tar.gz",
},
sha256 = "f303c6a9248081e73c20a41fe9cc5b97c428bc0716286c5bb33551e65306015e",
},
},
windows = {
["2026.05.31"] = {
url = {
GLOBAL = "https://github.com/KhronosGroup/EGL-Registry/archive/3d7796b3721d93976b6bfe536aa97bbc4bce8667.tar.gz",
CN = "https://gitcode.com/mcpp-res/khrplatform/releases/download/2026.05.31/khrplatform-2026.05.31.tar.gz",
},
sha256 = "f303c6a9248081e73c20a41fe9cc5b97c428bc0716286c5bb33551e65306015e",
},
},
},
mcpp = {
language = "c++23",
import_std = false,
c_standard = "c11",
include_dirs = {"*/api"},
generated_files = {
["mcpp_generated/khrplatform_empty.c"] = "int mcpp_compat_khrplatform_headers_anchor(void) { return 0; }\n",
},
sources = {"mcpp_generated/khrplatform_empty.c"},
targets = { ["khrplatform"] = { kind = "lib" } },
deps = {},
},
}