Setup
Clone the repository
git clone https://github.com/vleue/bevy_workshop-eurorust-2025
Environment setup
- Install rust: https://rustup.rs
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
-
(on linux) Install linux dependencies: https://github.com/bevyengine/bevy/blob/release-0.17.2/docs/linux_dependencies.md
-
First build of the workshop. The initial build can take some time.
cargo build