forked from riverwm/river
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: switch to the Zig package manager
No more git submodules!
- Loading branch information
Showing
9 changed files
with
82 additions
and
54 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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,23 @@ | ||
.{ | ||
.name = "river", | ||
.version = "0.4.0-dev", | ||
.paths = .{""}, | ||
.dependencies = .{ | ||
.@"zig-pixman" = .{ | ||
.url = "https://codeberg.org/ifreund/zig-pixman/archive/v0.1.0.tar.gz", | ||
.hash = "122014eeb4600a059bdcfe1c864862f17e6d5e4237e3bb7d6818f2a5583f6f4eb843", | ||
}, | ||
.@"zig-wayland" = .{ | ||
.url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.1.0.tar.gz", | ||
.hash = "1220b0f8f822c1625af7aae4cb3ab2c4ec1a4c0e99ef32867b2a8d88bb070b3e7f6d", | ||
}, | ||
.@"zig-wlroots" = .{ | ||
.url = "https://codeberg.org/ifreund/zig-wlroots/archive/v0.17.0.tar.gz", | ||
.hash = "1220714d1cc39c3abb1d9c22a0b838d847ead099cb7d9931821490483f30c022e827", | ||
}, | ||
.@"zig-xkbcommon" = .{ | ||
.url = "https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.1.0.tar.gz", | ||
.hash = "1220840390382c88caf9b0887f6cebbba3a7d05960b8b2ee6d80567b2950b71e5017", | ||
}, | ||
}, | ||
} |
Submodule zig-pixman
deleted from
70bff9
Submodule zig-wayland
deleted from
6be3eb
Submodule zig-wlroots
deleted from
941859
Submodule zig-xkbcommon
deleted from
3a2eef