Skip to content

Commit

Permalink
update .path in build.zig.zon
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jan 17, 2024
1 parent 3804a58 commit 487ff0d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
.{
.name = "sokol-zig",
.version = "0.0.0",
.version = "0.1.0",
.minimum_zig_version = "0.12.0",
.paths = .{
"src",
"build.zig",
"build.zig.zon",
"CHANGELOG.md",
"README.md",
},
.dependencies = .{
.emsdk = .{
.url = "git+https://github.com/emscripten-core/emsdk#0bbae74935d57ff41739648c12cf90b56668398f",
.hash = "1220f1340cd871b444021c600661f921f96091ce0815fa43008528f4844cece7e245",
},
},
.paths = .{""},
}

0 comments on commit 487ff0d

Please sign in to comment.