123456789101112131415161718 |
- [package]
- name = "bevy-snake"
- authors = ["Felix Bytow <drako@drako.guru>"]
- description = "Snake game using the Bevy Engine"
- license = "MIT"
- repository = "https://git.drako.guru/drako/bevy-snake"
- version = "0.1.1"
- edition = "2021"
- publish = ["crates-drako-guru"]
- [dependencies]
- bevy = "0.7.0"
- [profile.dev]
- opt-level = 1
- [profile.dev.package."*"]
- opt-level = 3
|