Skip to content

Commit daa44f4

Browse files
chore: enable lockfile
1 parent cbef28b commit daa44f4

File tree

2 files changed

+108
-1
lines changed

2 files changed

+108
-1
lines changed

xmake-requires.lock

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
{
2+
__meta__ = {
3+
version = "1.0"
4+
},
5+
["windows|x64"] = {
6+
["blook#31fecfc4"] = {
7+
version = "latest"
8+
},
9+
["breeze-glfw#31fecfc4"] = {
10+
version = "latest"
11+
},
12+
["cmake#31fecfc4"] = {
13+
repo = {
14+
branch = "master",
15+
commit = "dd0994a8a573ee729ea1fcd8412ab8f929a25b9b",
16+
url = "https://github.com/xmake-io/xmake-repo.git"
17+
},
18+
version = "4.0.1"
19+
},
20+
["cpptrace v0.8.3#31fecfc4"] = {
21+
repo = {
22+
branch = "master",
23+
commit = "9ccddb5847ab789fe829f6c485989b489ea7c3d4",
24+
url = "https://github.com/xmake-io/xmake-repo.git"
25+
},
26+
version = "v0.8.3"
27+
},
28+
["ctre#5a639230"] = {
29+
repo = {
30+
branch = "master",
31+
commit = "e1b9ad14ffc4855386077641d9c4b87a136c6edc",
32+
url = "https://github.com/xmake-io/xmake-repo.git"
33+
},
34+
version = "v3.9.0"
35+
},
36+
["glad#31fecfc4"] = {
37+
repo = {
38+
branch = "master",
39+
commit = "7917c51f64652900f1d9a3091f7561d8c3aa936e",
40+
url = "https://github.com/xmake-io/xmake-repo.git"
41+
},
42+
version = "v0.1.36"
43+
},
44+
["nanosvg#31fecfc4"] = {
45+
repo = {
46+
branch = "master",
47+
commit = "e1b9ad14ffc4855386077641d9c4b87a136c6edc",
48+
url = "https://github.com/xmake-io/xmake-repo.git"
49+
},
50+
version = "2022.07.09"
51+
},
52+
["nanovg#31fecfc4"] = {
53+
repo = {
54+
branch = "master",
55+
commit = "e1b9ad14ffc4855386077641d9c4b87a136c6edc",
56+
url = "https://github.com/xmake-io/xmake-repo.git"
57+
},
58+
version = "2023.8.27"
59+
},
60+
["ninja#31fecfc4"] = {
61+
repo = {
62+
branch = "master",
63+
commit = "dd0994a8a573ee729ea1fcd8412ab8f929a25b9b",
64+
url = "https://github.com/xmake-io/xmake-repo.git"
65+
},
66+
version = "v1.12.1"
67+
},
68+
["opengl#31fecfc4"] = {
69+
repo = {
70+
branch = "master",
71+
commit = "dd0994a8a573ee729ea1fcd8412ab8f929a25b9b",
72+
url = "https://github.com/xmake-io/xmake-repo.git"
73+
},
74+
version = "latest"
75+
},
76+
["python 3.x#31fecfc4"] = {
77+
repo = {
78+
branch = "master",
79+
commit = "dd0994a8a573ee729ea1fcd8412ab8f929a25b9b",
80+
url = "https://github.com/xmake-io/xmake-repo.git"
81+
},
82+
version = "3.13.2"
83+
},
84+
["quickjs-ng#31fecfc4"] = {
85+
version = "v0.8.0"
86+
},
87+
["reflect-cpp#31fecfc4"] = {
88+
version = "v0.17.0"
89+
},
90+
["wintoast#31fecfc4"] = {
91+
repo = {
92+
branch = "master",
93+
commit = "7917c51f64652900f1d9a3091f7561d8c3aa936e",
94+
url = "https://github.com/xmake-io/xmake-repo.git"
95+
},
96+
version = "v1.3.1"
97+
},
98+
["yyjson#31fecfc4"] = {
99+
repo = {
100+
branch = "master",
101+
commit = "dd0994a8a573ee729ea1fcd8412ab8f929a25b9b",
102+
url = "https://github.com/xmake-io/xmake-repo.git"
103+
},
104+
version = "0.11.1"
105+
}
106+
}
107+
}

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set_project("shell")
22
set_policy("compatibility.version", "3.0")
3-
3+
set_policy("package.requires_lock", true)
44
local version = "0.1.24"
55

66
set_languages("c++2b")

0 commit comments

Comments
 (0)