sokol-playground/build.zig.zon

18 lines
448 B
Plaintext

.{
.name = "sok",
.version = "0.0.0",
.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",
},
},
}