From 1c449ccd8c24d38e567f08ee20a350a1eea056dd Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 25 Jan 2024 23:23:54 +0100 Subject: Fix build for latest zig --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d0ea23e..b8d1d5d 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -libxcb build for zig. Includes libxcb source code which is compiled from source. If you include this library in your zig project and build with `zig build -Doptimize=ReleaseSmall -Dtarget=native-linux-musl -Dcpu=baseline` then it will create a very small (75kb) static executable that is redistributable. \ No newline at end of file +libxcb build for zig. Includes libxcb source code which is compiled from source. If you include this library in your zig project and build with `zig build -Doptimize=ReleaseSmall -Dtarget=native-linux-musl -Dcpu=baseline` then it will create a very small (75kb) static executable that is redistributable.\ +A minimal example of using this library is available here: [xcb-zig-example](https://git.dec05eba.com/xcb-zig-example/).\ +Note that this includes all xcb utilities in the xorg family, see: https://gitlab.freedesktop.org/xorg/lib?filter=libxcb \ No newline at end of file -- cgit v1.2.3