aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-01-25 23:23:54 +0100
committerdec05eba <dec05eba@protonmail.com>2024-01-25 23:23:54 +0100
commit1c449ccd8c24d38e567f08ee20a350a1eea056dd (patch)
tree173d213c029441a9ea693cb1e574508af594075e /README.md
parent558ce12a01c9aa93d3b6910ca3eae958e993d450 (diff)
Fix build for latest zigHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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