mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 19:55:02 +01:00
15 lines
356 B
TOML
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
|