We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e68df commit b5c87a9Copy full SHA for b5c87a9
.gitignore
@@ -33,6 +33,6 @@
33
build/
34
35
# downloaded meson subprojects
36
-subprojects
+subprojects/**/
37
.vscode
38
.vscode-ctags
subprojects/lua_gamewave.wrap
@@ -0,0 +1,7 @@
1
+[wrap-git]
2
+url = https://github.com/gamewavefans/lua_gamewave.git
3
+revision = head
4
+depth = 1
5
+
6
+[provide]
7
+dependency_names = lua_gamewave
0 commit comments