mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 19:55:02 +01:00
Make use of egui_inspect
This commit is contained in:
parent
85ebea1fca
commit
a11d69eee2
11 changed files with 154 additions and 40 deletions
|
|
@ -7,7 +7,9 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.70"
|
||||
derivative = "2.2.0"
|
||||
egui-sfml = "0.4.0"
|
||||
egui = "0.21.0"
|
||||
fnv = "1.0.7"
|
||||
hecs = "0.10.1"
|
||||
num-traits = "0.2.15"
|
||||
|
|
@ -24,3 +26,6 @@ git = "https://github.com/crumblingstatue/sfml-xt.git"
|
|||
|
||||
[dependencies.gamedebug_core]
|
||||
git = "https://github.com/crumblingstatue/gamedebug_core.git"
|
||||
|
||||
[dependencies.egui-inspect]
|
||||
git = "https://github.com/crumblingstatue/egui-inspect.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue