vendored bevy_egui and removed legacy code :/

Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io>
This commit is contained in:
2025-12-14 20:25:55 +00:00
parent b0f62dae38
commit 5493faa1f1
32 changed files with 4844 additions and 865 deletions

View File

@@ -30,6 +30,12 @@ blocking = "1.6"
crossbeam-channel = "0.5"
iroh = { workspace = true, features = ["discovery-local-network"] }
iroh-gossip.workspace = true
egui = { version = "0.33", default-features = false, features = ["bytemuck", "default_fonts"] }
arboard = "3.4"
bytemuck = { version = "1.14", features = ["derive"] }
encase = { version = "0.10", features = ["glam"] }
wgpu-types = "26.0"
itertools = "0.14"
[dev-dependencies]
tokio.workspace = true