# 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_mops" version = "0.1.1" authors = ["PixelDoted"] description = "Mesh Operations library for bevy" documentation = "https://docs.rs/bevy_mops" readme = "README.md" keywords = [ "bevy", "3d", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/PixelDoted/bevy_mops" [[example]] name = "cubes" [dependencies.bevy] version = "0.13" features = ["bevy_render"] default-features = false [dev-dependencies.bevy] version = "0.13" [dev-dependencies.bevy_panorbit_camera] version = "0.17.0"