switch to shipyard

This commit is contained in:
griffi-gh 2023-01-19 21:27:34 +01:00
parent 097bd50e4b
commit 470d1a7567
2 changed files with 4 additions and 5 deletions

View file

@ -16,7 +16,4 @@ glam = { version = "0.22", features = ["debug-glam-assert", "mint", "fast-math"]
hashbrown = "0.13"
noise = "0.8"
rayon = "1.6"
specs = { version = "0.18", features = ["specs-derive"] }
[features]
default = []
shipyard = { version = "0.6", features = ["thread_local"] }

View file

@ -1,3 +1,5 @@
fn main() {
use shipyard::World;
fn main() {
let world = World::new();
}