Go to file
hheik d90540daa7 initial commit 2023-03-20 03:50:40 +02:00
assets/ui initial commit 2023-03-20 03:50:40 +02:00
data initial commit 2023-03-20 03:50:40 +02:00
src initial commit 2023-03-20 03:50:40 +02:00
.gitignore initial commit 2023-03-20 03:50:40 +02:00
Cargo.lock initial commit 2023-03-20 03:50:40 +02:00
Cargo.toml initial commit 2023-03-20 03:50:40 +02:00
README.md initial commit 2023-03-20 03:50:40 +02:00

README.md

Dependencies

  • rust / cargo

Linux users might require some XCB libraries to use bevy_egui. These packages that can be installed on Debian-based systems with the following command:

sudo apt install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev