shape_maker/Cargo.toml

13 lines
308 B
TOML
Raw Normal View History

2022-07-27 09:19:45 +00:00
[package]
name = "shape_maker"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "0.8.0"
bevy_egui = { version = "0.15.0", features = ["manage_clipboard"] }
bevy_prototype_lyon = "0.6.0"
2022-08-01 16:40:21 +00:00
rfd = "0.10.0"