[package] name = "wgparry3d" authors = ["Sébastien Crozet "] description = "Cross-platform 3D GPU collision-detection and geometry." homepage = "https://wgmath.rs" repository = "https://github.com/dimforge/wgmath" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" [lib] name = "wgparry3d" required-features = ["dim3"] [lints] rust.unexpected_cfgs = { level = "warn", check-cfg = [ 'cfg(feature, values("dim2"))', ] } [features] default = ["dim3"] dim3 = [] [dependencies] nalgebra = { workspace = true } wgpu = { workspace = true } naga_oil = { workspace = true } bytemuck = { workspace = true } encase = { workspace = true } wgcore = { version = "0.1", path = "../../../wgcore" } wgebra = { version = "0.1", path = "../../../wgebra" } [dev-dependencies] nalgebra = { version = "0.33", features = ["rand"] } futures-test = "0.3" serial_test = "3" approx = "0.5" parry3d = "0.17"