From 0042b56b9349d9ef8a1cdf1a0f69f262869d6d9b Mon Sep 17 00:00:00 2001 From: geemili Date: Mon, 18 Dec 2023 12:17:04 -0700 Subject: [PATCH] Add README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d50d7d9 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Zig Wayland Wire + +This is library implements the Wayland protocol in pure zig, with a goal of presenting low level details instead of +abstracting them away. +