[package] name = "bevy_liquidfun" version = "0.1.0" edition = "2021" authors = ["Mikael Matveinen "] homepage = "https://github.com/mmatvein/bevy_liquidfun" repository = "https://github.com/mmatvein/bevy_liquidfun" description = "A Bevy friendly wrapper of Box2D and LiquidFun." license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["liquidfun", "box2d", "physics", "bevy"] [dependencies] autocxx = "0.26.0" bitflags = "2.4.1" bevy = "0.14.0" libliquidfun-sys = "0.4.0" bevy-inspector-egui = { version = "0.25.0", optional = true } [dev-dependencies] rand = "0.8" [features] bevy-inspector-egui = ["dep:bevy-inspector-egui"]