# 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_simple_2d_outline" version = "0.1.1" description = "2D outline materials for the bevy game engine" homepage = "https://github.com/theseatoad/bevy-simple-2d-outline" readme = "README.md" keywords = [ "shaders", "2d", "bevy", "wgsl", ] categories = [ "shaders", "2d", "bevy", "wgsl", ] license = "MIT OR Apache-2.0" repository = "https://github.com/theseatoad/bevy-simple-2d-outline" [[example]] name = "outline" path = "examples/outline.rs" [[example]] name = "outline_and_texture" path = "examples/outline_and_texture.rs" [[example]] name = "rainbow_outline" path = "examples/rainbow_outline.rs" [[example]] name = "rainbow_outline_and_texture" path = "examples/rainbow_outline_and_texture.rs" [dependencies.bevy] version = "0.9.0" features = [ "bevy_core_pipeline", "bevy_winit", "bevy_sprite", "bevy_render", "bevy_asset", "bevy_pbr", "png", "x11", ] default-features = false