removed bincode for rkyv

Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io>
This commit is contained in:
2025-12-17 19:20:34 +00:00
parent 56f0f0d40b
commit 99e31b1157
47 changed files with 2728 additions and 1697 deletions

View File

@@ -7,7 +7,7 @@ edition.workspace = true
anyhow.workspace = true
arboard = "3.4"
bevy.workspace = true
bincode = "1.3"
rkyv.workspace = true
blake3 = "1.5"
blocking = "1.6"
bytemuck = { version = "1.14", features = ["derive"] }
@@ -20,6 +20,7 @@ egui = { version = "0.33", default-features = false, features = ["bytemuck", "de
encase = { version = "0.10", features = ["glam"] }
futures-lite = "2.0"
glam = "0.29"
inventory.workspace = true
iroh = { workspace = true, features = ["discovery-local-network"] }
iroh-gossip.workspace = true
itertools = "0.14"
@@ -38,6 +39,9 @@ uuid = { version = "1.0", features = ["v4", "serde"] }
wgpu-types = "26.0"
winit = "0.30"
[target.'cfg(target_os = "ios")'.dependencies]
tracing-oslog = "0.3"
[dev-dependencies]
tokio.workspace = true
iroh = { workspace = true, features = ["discovery-local-network"] }