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

Update list of Fedora Rawhide dependencies

Closes https://github.com/emilk/egui/issues/2946
This commit is contained in:
Emil Ernerfeldt
2023-05-22 16:43:26 +02:00
parent 7b76161a6a
commit d765c610c1

View File

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