Add 'package-glfw/' from commit 'a8f2a899cdd0bb4316b7d50f2ee3296bf6fb208f'

git-subtree-dir: package-glfw
git-subtree-mainline: cddb3ce509
git-subtree-split: a8f2a899cd
This commit is contained in:
2025-08-04 22:14:49 -04:00
5 changed files with 154 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
.{
.name = "learnzig",
.version = "0.0.0",
.dependencies = .{
.glfw = .{
.url = "https://github.com/glfw/glfw/archive/refs/tags/3.4.tar.gz",
.hash = "1220c46ebcac607065f942193b82a21b87213fca4b0d50c83461f8f5e22955fcb88f",
},
},
.paths = .{
"",
},
}