# 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 = "bevy_vox_mesh" version = "0.8.0" authors = ["Lucas A. "] exclude = ["assets/*"] description = "A bevy engine plugin for loading magica voxel files directly in bevy as usable meshes." readme = "README.md" license = "MIT" repository = "https://github.com/Game4all/bevy_vox_mesh" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.anyhow] version = "1.0.38" [dependencies.bevy] version = "0.12.0" features = [ "bevy_render", "bevy_asset", ] default-features = false [dependencies.block-mesh] version = "0.2.0" [dependencies.dot_vox] version = "4.1.0" [dependencies.ndcopy] version = "0.3.0" [dependencies.ndshape] version = "0.3.0" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.bevy] version = "0.12.0"