From 31b331a3a53884b41926bd6fee5dbc3505e8acde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sat, 7 Sep 2024 21:10:38 +0300 Subject: init: zig wayland hello world client Adapted the example from chapters 7 and 8 of the Wayland book (https://wayland-book.com/) into Zig. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..941c29f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.zig-cache +zig-out/ -- cgit v1.2.3