From 959db9e9706afbaed5e1d681e02d59d8f417d953 Mon Sep 17 00:00:00 2001 From: Liam Malone Date: Wed, 4 Mar 2026 16:38:10 +0000 Subject: [PATCH] update readme -- add note about client-only codegen --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a763e30..4b95581 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,13 @@ interface provided by libwayland and the standard wayland-scanner. This generator currently only supports generating Zig code, but I plan to add an option to emit the code as a single-header C library too. - I'll probably also give this all a cleanup pass soon. This code was all written rather quickly and probably can be tidied up. +> [!NOTE] +> This program currently only generates client-compatible code. +> Support for server-compatible codegen may come later if I feel like it. + ## Usage ### CLI