# 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_mod_outline" version = "0.9.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A mesh outlining plugin for Bevy." homepage = "https://www.robinkay.uk/" readme = "README.md" keywords = [ "gamedev", "bevy", "outline", ] categories = [ "game-engines", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/komadori/bevy_mod_outline/" [lib] name = "bevy_mod_outline" path = "src/lib.rs" [[example]] name = "animated_fox" path = "examples/animated_fox.rs" [[example]] name = "bloom" path = "examples/bloom.rs" [[example]] name = "flying_objects" path = "examples/flying_objects.rs" [[example]] name = "hollow" path = "examples/hollow.rs" [[example]] name = "morph_targets" path = "examples/morph_targets.rs" [[example]] name = "pieces" path = "examples/pieces.rs" [[example]] name = "render_layers" path = "examples/render_layers.rs" [[example]] name = "shapes" path = "examples/shapes.rs" [[example]] name = "ui_aa" path = "examples/ui_aa.rs" [[example]] name = "ui_mode" path = "examples/ui_mode.rs" [dependencies.bevy] version = "0.15.0" features = ["bevy_pbr"] default-features = false [dependencies.bevy_image] version = "0.15.0" default-features = false [dependencies.bitfield] version = "0.15" [dependencies.interpolation] version = "0.3" optional = true [dependencies.nonmax] version = "0.5" [dependencies.thiserror] version = "1.0" [dependencies.wgpu-types] version = "23" [dev-dependencies.bevy] version = "0.15.0" features = [ "animation", "bevy_gltf", "bevy_pbr", "bevy_sprite", "bevy_state", "bevy_text", "bevy_ui", "bevy_window", "bevy_winit", "default_font", "png", "x11", "ktx2", "smaa_luts", "tonemapping_luts", "zstd", ] default-features = false [features] default = [ "flood", "interpolation", "reflect", "scene", ] flood = [] reflect = [] scene = ["bevy/bevy_scene"]