game-wip-dontplay/Cargo.toml
2023-04-18 15:38:14 +02:00

15 lines
356 B
TOML

[package]
name = "mantle-diver"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
egui = { path = "./egui/crates/egui" }
[dependencies.egui-inspect]
path = "./egui_inspect"
#[profile.dev]
#incremental = false # Buggy on latest rustc nightly, keeps ICEing