update readme -- add note about client-only codegen

This commit is contained in:
2026-03-04 16:38:10 +00:00
parent 7fbd0518fe
commit 959db9e970
+4 -1
View File
@@ -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