[package] name = "dxlib" version = "0.5.1" # change with html_root_url in lib.rs edition = "2021" authors = ["nomissbowling "] description = "dxlib dll for Rust" keywords = ["dxlib", "directx", "3d", "opengl"] categories = ["development-tools", "graphics", "rendering", "rendering::graphics-api"] license = "MIT" documentation = "https://docs.rs/dxlib/" homepage = "https://crates.io/crates/dxlib" repository = "https://github.com/nomissbowling/dxlib" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] polyhedron-faces = { version = "0.3" } Fullerene = { version = "0.3" } # "0.3.0" num = { version = "0.4" } # "0.4.1"