Skip to content

Commit

Permalink
zig-efswを直接fetchすることに伴いサブモジュールから切り離した
Browse files Browse the repository at this point in the history
  • Loading branch information
ritalin committed Nov 20, 2024
1 parent ed20ba2 commit 8ee2da8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@
[submodule "vendor/known-folders"]
path = vendor/known-folders
url = https://github.com/ziglibs/known-folders.git
[submodule "vendor/zig-efsw"]
path = vendor/zig-efsw
url = https://github.com/ritalin/zig-efsw.git

8 changes: 6 additions & 2 deletions stages/watch-files/build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@
//},
.zzmq = .{ .path = "../../vendor/zzmq" },
.lib_core = .{ .path = "../../lib/core" },
.clap = .{ .path = "../../vendor/zig-clap"},
.efsw = .{ .path = "../../vendor/zig-efsw" },
.clap = .{ .path = "../../vendor/zig-clap" },
.efsw = .{
.url = "git+https://github.com/ritalin/zig-efsw#2eb4924aec11f812bcbb16dae93c9a14b54d130a",
.hash ="12203b4106a78176a4916e4fb52ae23641664e219e0ae97b2c2845823ac687592761",
},
// .efsw = .{ .path = "../../vendor/zig-efsw" },
},

// Specifies the set of files and directories that are included in this package.
Expand Down
1 change: 0 additions & 1 deletion vendor/zig-efsw
Submodule zig-efsw deleted from e99515

0 comments on commit 8ee2da8

Please sign in to comment.