I need to make a better name later on
This project is mainly to better my understand of Rust, along with creating a multiplayer game I can play with my family. I have no clue how often this will be updated, but I will try to keep it up to date.
Using cargo run
in the base project directory will download all the needed dependencies from Cargo.toml
and run the project when it's done.
bevy = { version = "0.13.2", features = ["default_font"] }
bevy-inspector-egui = "0.24.0"
bevy_quinnet = "0.7.0"
At his time, I'm not allowing Pull Requests, but I am allowing Issues to allow people to bring issues to my attention so I can fix them.