Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading