# 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 = "material_designer" version = "0.5.0" authors = ["Robert G. Jakabosky "] description = "Custom Material designer for Bevy." readme = "README.md" keywords = ["bevy", "material", "shaders", "glsl", "texture"] license = "MIT" repository = "https://github.com/Neopallium/material_designer" resolver = "2" [dependencies.bevy] version = "0.5" features = [] [dependencies.bevy_asset_ron] version = "0.2" [dependencies.bevy_jpeg2k] version = "0.5" [dependencies.indexmap] version = "1.7" features = ["serde"] [dependencies.lazy_static] version = "1.4.0" [dependencies.ron] version = "0.7" features = ["indexmap"] [dependencies.serde] version = "1"