# 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_shader_mtoon" version = "0.0.12" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bevy MToon shader." readme = "README.md" keywords = [ "bevy", "shader", "toon", ] license = "MIT OR Apache-2.0" repository = "https://github.com/unavi-xyz/bevy_vrm" [lib] name = "bevy_shader_mtoon" path = "src/lib.rs" [[example]] name = "mtoon" path = "examples/mtoon.rs" [dependencies.bevy] version = "0.14.0" features = [ "bevy_asset", "bevy_scene", "bevy_pbr", ] default-features = false [dependencies.bevy_mod_outline] version = "0.8.0" [dependencies.bitflags] version = "2.4.2" [dev-dependencies.bevy] version = "0.14.0" features = [ "bevy_asset", "bevy_scene", "bevy_pbr", ] default-features = true [dev-dependencies.bevy_egui] version = "0.28.0" features = [ "open_url", "default_fonts", "render", ] default-features = false [dev-dependencies.bevy_panorbit_camera] version = "0.19.0" features = ["bevy_egui"] [lints.clippy] type_complexity = "allow"