# 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_outline" version = "0.1.0" description = "Pixel-Perfect Outline Shader for Bevy" homepage = "https://github.com/YoshieraHuang/bevy_outline" keywords = [ "bevy", "shader", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/YoshieraHuang/bevy_outline" resolver = "2" [dependencies.bevy] version = "0.7" features = ["render"] default-features = false [dependencies.ordered-float] version = "2.0" [dependencies.wgpu-types] version = "0.12.0" [dev-dependencies.bevy] version = "0.7" features = ["dynamic"] [dev-dependencies.bevy_obj] version = "0.7.0"