# 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 = "binary-greedy-meshing" version = "0.3.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A port of https://github.com/cgerikj/binary-greedy-meshing to Rust." readme = "README.md" keywords = [ "meshing", "greedy", "binary", "voxel", "chunk", ] license = "MIT" repository = "https://github.com/Inspirateur/binary-greedy-meshing" [lib] name = "binary_greedy_meshing" path = "src/lib.rs" [[example]] name = "sphere" path = "examples/sphere.rs" [[example]] name = "transparency" path = "examples/transparency.rs" [[bench]] name = "mesh" path = "benches/mesh.rs" harness = false [dependencies] [dev-dependencies.bevy] version = "0.14" [dev-dependencies.criterion] version = "0.5"