aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-11-04 00:23:21 +0100
committerIsaac Freund <ifreund@ifreund.xyz>2020-12-13 22:53:33 +0100
commit20d804cdb5b4874a0ee168cd8db67caf0c841772 (patch)
tree18bf003b6d37480919bba7e1852e611c9fe8411c /.gitmodules
parent0c5e5a7b4a4cbd56ca797698feb7ac85b22db647 (diff)
downloadriver-20d804cdb5b4874a0ee168cd8db67caf0c841772.tar.gz
river-20d804cdb5b4874a0ee168cd8db67caf0c841772.tar.xz
code: switch to custom wlroots/libwayland bindings
This is a big step up over @cImport() for ergonomics and type safety. Nearly all void pointer casts have been eliminated!
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 2d523f0..bb6bc6e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,12 @@
[submodule "deps/zig-wayland"]
path = deps/zig-wayland
url = https://github.com/ifreund/zig-wayland
+[submodule "deps/zig-pixman"]
+ path = deps/zig-pixman
+ url = https://github.com/ifreund/zig-pixman
+[submodule "deps/zig-xkbcommon"]
+ path = deps/zig-xkbcommon
+ url = https://github.com/ifreund/zig-xkbcommon
+[submodule "deps/zig-wlroots"]
+ path = deps/zig-wlroots
+ url = https://github.com/swaywm/zig-wlroots