[package] name = "broccoli-ext" version = "0.8.0" edition = "2021" authors = ["Ken Reed "] description = "broadphase collision detection algorithms" license = "MIT" repository = "https://github.com/tiby312/broccoli-project" keywords = ["tree", "kdtree","broadphase","space-partitioning"] readme = "README.md" include = ["src/**/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] broccoli={path="../broccoli",version="6.2"}