# 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_lospec" version = "0.8.1" authors = ["Johan Helsing "] description = "Asset loader plugin for Bevy that adds support for lospec color palettes" readme = "README.md" keywords = [ "gamedev", "bevy", "palette", ] categories = [ "game-development", "rendering", "graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/johanhelsing/bevy_lospec" [dependencies.bevy] version = "0.14" features = [ "serialize", "bevy_color", "bevy_asset", ] default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.bevy] version = "0.14" features = [ "bevy_sprite", "bevy_winit", "x11", "webgl2", ] default-features = false