Go to file
hheik a8fd4e8ba1 added ability info 2023-04-01 19:28:19 +03:00
assets Added cache directory to .gitignore 2023-03-20 05:11:09 +02:00
data added ability info 2023-04-01 19:28:19 +03:00
src added ability info 2023-04-01 19:28:19 +03:00
.gitignore Added cache directory to .gitignore 2023-03-20 05:11:09 +02:00
Cargo.lock added file-watcher for memory dumps 2023-04-01 11:23:25 +03:00
Cargo.toml added file-watcher for memory dumps 2023-04-01 11:23:25 +03: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