[package] name = "fna3h" version = "0.1.2" authors = ["toyboot4e "] description = "FNA3D types in a hierarchy" repository = "https://github.com/toyboot4e/rust-fna3d" readme = "README.md" keywords = ["graphics", "library", "gamedev"] edition = "2018" license = "MIT" categories = ["game-engines"] [dependencies] fna3d = { path = "../fna3d", version = "0.1.5" } [dev-dependencies] # examples-only dependencies