[package] name = "bevy-tnua-avian2d" description = "Avian 2D integration for bevy-tnua" version = "0.1.1" edition.workspace = true authors.workspace = true license.workspace = true repository.workspace = true categories.workspace = true keywords.workspace = true documentation = "https://docs.rs/bevy-tnua-avian2d" readme = "../README.md" [dependencies] bevy = { version = "^0.14", default-features = false } avian2d = {version = "^0.1", default-features = false, features = ["2d", "debug-plugin", "parallel"]} bevy-tnua-physics-integration-layer = { version = "^0.4", path = "../physics-integration-layer" } [package.metadata.docs.rs] all-features = true features = ["bevy/bevy_asset"] [features] default = [ "avian2d/parry-f32" ] f64 = ["avian2d/parry-f64", "bevy-tnua-physics-integration-layer/f64" ]