1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

Add note about required libraries on Linux

Closes https://github.com/emilk/egui/issues/121
This commit is contained in:
Emil Ernerfeldt
2021-01-20 17:27:58 +01:00
parent e2217ff63a
commit c476c7f1a2
3 changed files with 7 additions and 1 deletions

View File

@@ -38,7 +38,9 @@ If you have questions, use [Discussions](https://github.com/emilk/egui/discussio
[Click to run egui web demo](https://emilk.github.io/egui/index.html).
[Hobogo](https://emilk.github.io/hobogo/index.html): A small game I made using egui. Source: <https://github.com/emilk/hobogo>
To test the demo app locally, run `cargo run --release -p egui_demo_app`.
On Linux you need to first run `sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev`.
### Example