File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
crystalorb-bevy-networking-turbulence Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " crystalorb"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44authors = [" Ernest Wong <sudo@ernestwong.nz>" ]
55categories = [" games" , " simulation" ]
66description = " Network-agnostic, high-level game networking library"
Original file line number Diff line number Diff line change 11[package ]
22name = " crystalorb-bevy-networking-turbulence"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44authors = [" Ernest Wong <sudo@ernestwong.nz>" ]
55categories = [" games" , " simulation" ]
66description = " bevy_networking_turbulence integration for CrystalOrb"
@@ -20,7 +20,7 @@ bevy_app = "0.5"
2020bevy_ecs = " 0.5"
2121bevy_core = " 0.5"
2222bevy_networking_turbulence = {version = " 0.3.0" , default-features = false }
23- crystalorb = {version = " 0.2.0 " , path =" ../../" }
23+ crystalorb = {version = " 0.2.1 " , path =" ../../" }
2424serde = {version = " 1.0.118" , features = [" derive" ]}
2525turbulence = " 0.3"
2626
Original file line number Diff line number Diff line change 11[package ]
22name = " crystalorb-mock-network"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44authors = [" Ernest Wong <sudo@ernestwong.nz>" ]
55categories = [" games" , " simulation" ]
66description = " Mock, offline, in-memory transport layer for CrystalOrb"
@@ -11,7 +11,7 @@ readme = "README.markdown"
1111repository = " https://github.com/ErnWong/crystalorb"
1212
1313[dependencies ]
14- crystalorb = {version = " 0.2.0 " , path = " ../../" }
14+ crystalorb = {version = " 0.2.1 " , path = " ../../" }
1515serde = {version = " 1.0.118" , features = [" derive" ]}
1616
1717[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " crystalorb-demo"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44authors = [" Ernest Wong <sudo@ernestwong.nz>" ]
55categories = [" games" , " simulation" ]
66description = " Visual and interactive demo for CrystalOrb using the Rapier physics engine"
@@ -16,8 +16,8 @@ crate-type = ["cdylib", "rlib"]
1616[dependencies ]
1717wasm-bindgen = " ~0.2"
1818js-sys = " ~0.3"
19- crystalorb = {version = " 0.2.0 " , path = " ../../" }
20- crystalorb-mock-network = {version = " 0.2.0 " , path = " ../../crates/crystalorb-mock-network" }
19+ crystalorb = {version = " 0.2.1 " , path = " ../../" }
20+ crystalorb-mock-network = {version = " 0.2.1 " , path = " ../../crates/crystalorb-mock-network" }
2121rapier2d = {version = " 0.9.1" , features = [" serde-serialize" , " wasm-bindgen" ]}
2222serde = {version = " 1.0.118" , features = [" derive" ]}
2323tracing-wasm = " 0.2.0"
You can’t perform that action at this time.
0 commit comments