mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 11:45:01 +01:00
vendor egui_inspect
This commit is contained in:
parent
48386a6cf2
commit
16be9061d9
11 changed files with 3364 additions and 3 deletions
14
egui_inspect/testbed/Cargo.toml
Normal file
14
egui_inspect/testbed/Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "testbed"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies.egui-inspect]
|
||||
path = ".."
|
||||
|
||||
[dependencies]
|
||||
rand = "0.8.5"
|
||||
eframe = "0.21.3"
|
||||
egui = "0.21.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue