# 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_scene" version = "0.15.0" authors = ["Oliver Dew "] build = false exclude = ["assets/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A Bevy engine plugin for loading Magica Voxel world files and render materials directly in Bevy as a scene graph." readme = "README.md" keywords = [ "bevy", "voxel", "Magica-Voxel", ] categories = [ "game-development", "graphics", "rendering", "rendering::data-formats", ] license = "MIT" repository = "https://github.com/Utsira/bevy_vox_scene" [lib] name = "bevy_vox_scene" path = "src/lib.rs" [[example]] name = "basic-model" path = "examples/basic-model.rs" [[example]] name = "emissive-model" path = "examples/emissive-model.rs" [[example]] name = "modify-scene" path = "examples/modify-scene.rs" [[example]] name = "modify-voxels" path = "examples/modify-voxels.rs" required-features = ["modify_voxels"] [[example]] name = "recentering-model" path = "examples/recentering-model.rs" [[example]] name = "scene-slice" path = "examples/scene-slice.rs" [[example]] name = "ssao-model" path = "examples/ssao-model.rs" [[example]] name = "transmission-scene" path = "examples/transmission-scene.rs" [[example]] name = "voxel-collisions" path = "examples/voxel-collisions.rs" required-features = ["modify_voxels"] [[example]] name = "voxel-generation" path = "examples/voxel-generation.rs" required-features = ["generate_voxels"] [dependencies.anyhow] version = "1.0.38" [dependencies.bevy] version = "0.14.0" features = [ "bevy_render", "bevy_scene", "bevy_asset", "bevy_pbr", "pbr_transmission_textures", ] default-features = false [dependencies.block-mesh] version = "0.2.0" [dependencies.dot_vox] version = "5.1.1" [dependencies.ndcopy] version = "0.3.0" [dependencies.ndshape] version = "0.3.0" [dependencies.serde] version = "1.0.193" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.bevy] version = "0.14.0" [dev-dependencies.rand] version = "0.8.5" [features] default = [ "modify_voxels", "generate_voxels", ] generate_voxels = [] modify_voxels = [] webgl2 = ["bevy/webgl2"]