[package] name = "magma_ecs" version = "0.2.0-beta.2" edition = "2021" license = "MIT" description = "Entity-Component-System for the Magma3D game engine" homepage = "https://dynamicgoose.github.io/magma3d-engine/" repository = "https://github.com/DynamicGoose/magma-ecs" [dependencies] parking_lot = { version = "0.12.3", features = ["deadlock_detection"] } rayon = "1.10.0" roaring = "0.10.6"