|
|
||
|---|---|---|
| assets/ui | ||
| data | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
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