1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Adding missing package for fedora (#1018)

libxcb-devel
This commit is contained in:
Timo
2021-12-30 21:52:05 +01:00
committed by GitHub
parent 0960f38552
commit 21fe9316d5

View File

@@ -50,7 +50,7 @@ The native backend is [`egui_glium`](https://github.com/emilk/egui/tree/master/e
On Fedora Rawhide you need to run:
`dnf install clang clang-devel clang-tools-extra speech-dispatcher-devel libxkbcommon-devel pkg-config openssl-devel`
`dnf install clang clang-devel clang-tools-extra speech-dispatcher-devel libxkbcommon-devel pkg-config openssl-devel libxcb-devel`
**NOTE**: This is just for the demo app - egui itself is completely platform agnostic!