Updated sokol to latest

This commit is contained in:
nothke 2024-07-04 16:33:12 +02:00
parent ac6cb02184
commit b9e39139bc
1 changed files with 8 additions and 9 deletions

View File

@ -1,18 +1,17 @@
.{
.name = "sok",
.version = "0.0.0",
.minimum_zig_version = "0.13.0",
.dependencies = .{
.sokol = .{
.url = "git+https://github.com/floooh/sokol-zig.git#d3e21f76498213d6d58179065756f5f2ed9b90cf",
.hash = "122052a192829b377c637ce242ee8c9121e03d8cd10c889758dc6fb176368de7d67b",
},
},
.minimum_zig_version = "0.14.0-dev.144+a31fe8aa3",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
.dependencies = .{
.sokol = .{
.url = "git+https://github.com/floooh/sokol-zig.git#ed91d03b62ef9e5850f33a98a3f703c01d86798d",
.hash = "12208af0258178372af254d34e32e7f6cdf2e0f6a51bfb8d6706aff159e2ec6d2c65",
},
},
}