diff --git a/Cargo.toml b/Cargo.toml index 0f6ca78..65d02af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,9 @@ [package] name = "astratomic" -version = "0.0.1" +description = "A 2D survival game" +version = "0.1" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] bevy = "0.12" bevy-inspector-egui = "0.22"