Manually adding thirdparty libs

This commit is contained in:
2025-04-14 14:49:36 -04:00
parent 1bd2dc2333
commit 77f1466ae3
70 changed files with 60610 additions and 4 deletions

7
thirdparty/sokol-tools/build.zig.zon vendored Normal file
View File

@@ -0,0 +1,7 @@
.{
.name = .sokolshdc,
.fingerprint = 0xe0596dde0e9962af,
.version = "0.1.0",
.minimum_zig_version = "0.14.0",
.paths = .{ "bin", "build.zig", "build.zig.zon" },
}