mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-17 04:45:02 +01:00
vendor
This commit is contained in:
parent
12163d1338
commit
550b1644cb
363 changed files with 84081 additions and 16 deletions
|
|
@ -6,13 +6,10 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
egui = "0.21.0"
|
||||
egui = { path = "./egui/crates/egui" }
|
||||
|
||||
[dependencies.egui-inspect]
|
||||
path = "./egui_inspect"
|
||||
|
||||
#[profile.dev]
|
||||
#incremental = false # Buggy on latest rustc nightly, keeps ICEing
|
||||
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue