From 37fb0a1eb572ec8d499ec81afeb828937993be32 Mon Sep 17 00:00:00 2001 From: banteg <4562643+banteg@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:30:02 +0400 Subject: [PATCH] docs(readme): note Wayland raylib wheel dependency --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 15da40f0e..da6b3fba4 100644 --- a/readme.md +++ b/readme.md @@ -25,6 +25,8 @@ If you just want to play the rewrite: uvx crimsonland@latest ``` +Linux Wayland users: current PyPI `raylib` wheels are still X11-oriented on `x86_64`, so `uvx crimsonland` may require `xwayland` + `libX11` (see [electronstudio/raylib-python-cffi#199](https://github.com/electronstudio/raylib-python-cffi/pull/199)). + ### Run from a checkout ```bash