# 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" name = "smesh" version = "0.2.2" authors = ["Ben Dzaebel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast and ergonomic surface-mesh/halfedge-mesh implementation and polygon mesh manipulation library based on pmp" readme = "README.md" keywords = [ "mesh", "halfedge", "procedural", "polygon", "3D", ] license = "MIT" repository = "https://github.com/Bendzae/SMesh" [lib] name = "smesh" path = "src/lib.rs" [[example]] name = "bevy_mesh" path = "examples/bevy_mesh.rs" [[example]] name = "visualizer" path = "examples/visualizer.rs" [dependencies.bevy] version = "0.14.1" features = ["bevy_pbr"] optional = true default-features = false [dependencies.glam] version = "0.27.0" [dependencies.itertools] version = "0.13.0" [dependencies.slotmap] version = "1.0.7" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.bevy] version = "0.14.1" [dev-dependencies.bevy-inspector-egui] version = "0.25.2" [dev-dependencies.bevy_panorbit_camera] version = "0.19.3" [features] bevy_adapter = ["dep:bevy"] default = ["bevy_adapter"]