# 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 = "bevylder" version = "0.1.0" authors = ["Nikita @inact1v1ty Krylov "] description = "Voxels brought to bevy" homepage = "https://github.com/inact1v1ty/bevylder" documentation = "https://docs.rs/bevylder" readme = "README.md" keywords = [ "graphics", "bevy", "voxel", ] categories = [ "game-engines", "graphics", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/inact1v1ty/bevylder" resolver = "2" [[example]] name = "rubberduck" required-features = ["bevy/bevy_winit"] [dependencies.bevy] version = "0.7.0" features = ["render"] default-features = false [dependencies.bitflags] version = "1.2" [dev-dependencies.clap] version = "3.1.18" features = ["derive"] [dev-dependencies.smooth-bevy-cameras] version = "0.4.0"