mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-22 06:48:43 -06:00
switch to shipyard
This commit is contained in:
parent
097bd50e4b
commit
470d1a7567
|
@ -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"] }
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
use shipyard::World;
|
||||
|
||||
fn main() {
|
||||
|
||||
let world = World::new();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue