initial commit

This commit is contained in:
nora 2023-09-16 12:05:09 +02:00
commit e4a76c7932
6 changed files with 3842 additions and 0 deletions

15
Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "spaceflight"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3
[dependencies]
bevy = { version = "0.11.2", features = ["dynamic_linking"]}