removed bincode for rkyv
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io>
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user