-
-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update zig submodules to new builtin dependency system (#1017)
* build.zig: collapse exe_options * build.zig: convert zig submodules to new dependency system * update minimum version so that package manager hashes work cross-platform
- Loading branch information
Showing
6 changed files
with
30 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
[submodule "src/known-folders"] | ||
path = src/known-folders | ||
url = https://github.com/ziglibs/known-folders | ||
[submodule "src/tracy"] | ||
path = src/tracy | ||
url = https://github.com/wolfpld/tracy | ||
[submodule "src/tres"] | ||
path = src/tres | ||
url = https://github.com/ziglibs/tres.git | ||
[submodule "src/diffz"] | ||
path = src/diffz | ||
url = https://github.com/ziglibs/diffz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.{ | ||
.name = "zls", | ||
.version = "0.1.0", | ||
|
||
.dependencies = .{ | ||
.known_folders = .{ | ||
.url = "https://github.com/ziglibs/known-folders/archive/53fe3b676f32e59d46f4fd201d7ab200e5f6cb98.tar.gz", | ||
.hash = "12203e18503cd0fa097a4404b0c4f8535a68536886b536ae51c786455238ba5f183b", | ||
}, | ||
.tres = .{ | ||
.url = "https://github.com/ziglibs/tres/archive/d8b0c24a945da02fffdae731edd1903c6889e73c.tar.gz", | ||
.hash = "12209914477ef8c4ef99accb293c4a7ec90acdd9e77d3f60f5e056449cbfad3a7fd8", | ||
}, | ||
.diffz = .{ | ||
.url = "https://github.com/ziglibs/diffz/archive/efc91679b000a2d7f86fb40930f0a95a0d349bff.tar.gz", | ||
.hash = "122019f94ec81a7cf6e9810983603dbacfc65ed30aea8f277f05ba0ce7c1511fff3d", | ||
}, | ||
}, | ||
} |
Submodule diffz
deleted from
f25b31
Submodule known-folders
deleted from
6b3749
Submodule tres
deleted from
d8b0c2