# 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 = "2018" name = "transvoxel" version = "1.1.0" authors = ["Seb E. "] description = "Implementation of Eric Lengyel's Transvoxel Algorithm" readme = "README.md" keywords = [ "gamedev", "voxel", "transvoxel", "marching-cubes", "isosurface", ] categories = [ "algorithms", "game-development", "graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Gnurfos/transvoxel_rs" resolver = "2" [package.metadata.docs.rs] rustc-args = [ "--cfg", "tvxl_docsrs", ] [profile.dev] opt-level = 3 [[example]] name = "single_block" [[example]] name = "transition_across_blocks" [dependencies.bevy] version = "0.11" optional = true [dependencies.bytemuck] version = "1.13" optional = true [dependencies.flagset] version = "0.4" [dependencies.num] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.transvoxel-data] version = "0.2" [dev-dependencies.bevy] version = "0.11" features = ["dynamic_linking"] [dev-dependencies.bevy_egui] version = "0.21" [dev-dependencies.hamcrest] version = "0.1" [dev-dependencies.ndarray] version = "0.15" [dev-dependencies.noise] version = "0.8.2" [dev-dependencies.rand] version = "0.8.5" [features] default = ["serde"] [badges.maintenance] status = "experimental"