๐Ÿ“ฆ cart / card_combinator

๐Ÿ“„ Cargo.toml ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16[package]
name = "card_combinator"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"

[profile.dev.package."*"]
opt-level = 3

[profile.dev]
opt-level = 1

[dependencies]
bevy = "0.8"
bevy-inspector-egui = "0.12"
bevy_rapier3d = {version = "0.16", features = ["debug-render"]}