# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.66.0" name = "hedron" version = "0.2.0" authors = ["Jos Feenstra "] description = "An all-in-one 3D modelling library" readme = "README.md" keywords = [ "3d", "mesh", "half-edge", "spline", "brep", ] categories = [ "game-engines", "computer-graphics", "3d-modelling", ] license = "MIT" repository = "https://github.com/josfeenstra/hedron" [dependencies.anyhow] version = "1.0.68" [dependencies.bevy] version = "0.9.0" optional = true [dependencies.bevy-inspector-egui] version = "0.14.0" optional = true [dependencies.bytemuck] version = "1.12.3" [dependencies.colored] version = "2.0" [dependencies.glam] version = "0.22.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.nalgebra] version = "0.31.4" features = ["glam022"] optional = true [dependencies.num-traits] version = "0.2.15" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.143" [features] bevy = [ "dep:bevy", "dep:bevy-inspector-egui", "f32", ] default = [] f32 = [] nalgebra = ["dep:nalgebra"]