Initial commit

This commit is contained in:
JP Stringham
2025-11-27 19:49:04 -05:00
commit d6c706ed0b
5 changed files with 5668 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "sailing"
version = "0.1.0"
edition = "2024"
[dependencies]
bevy = { version = "0.17.3", features = ["dynamic_linking"] }
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3