bevy_lospec 0.13.0

Asset loader plugin for Bevy that adds support for lospec color palettes
Documentation
# 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.13.0"
authors = ["Johan Helsing <johanhelsing@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[lib]
name = "bevy_lospec"
path = "src/lib.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[dependencies.bevy]
version = "0.19"
features = [
    "serialize",
    "bevy_color",
    "bevy_asset",
]
default-features = false

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.bevy]
version = "0.19"
features = [
    "bevy_log",
    "bevy_sprite_render",
    "bevy_window",
    "bevy_winit",
    "webgl2",
    "x11",
]
default-features = false