bevy_cursor_kit 0.9.0

A Bevy plugin for working with cursors.
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_cursor_kit"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Bevy plugin for working with cursors."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/mgi388/bevy-cursor-kit"

[package.metadata.docs.rs]
all-features = true

[features]
bevy_spritesheet_animation = ["dep:bevy_spritesheet_animation"]
default = []
serde = [
    "dep:serde",
    "bitflags/serde",
    "ico/serde",
]
serde_asset = ["serde"]
serde_json_asset = [
    "dep:serde_json",
    "serde_asset",
]
serde_ron_asset = [
    "dep:ron",
    "serde_asset",
]
serde_toml_asset = [
    "dep:serde_toml",
    "serde_asset",
]

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

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

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

[[example]]
name = "cur_ron_asset"
path = "examples/cur_ron_asset.rs"
doc-scrape-examples = true
required-features = ["serde_ron_asset"]

[dependencies.bevy_app]
version = "0.19"

[dependencies.bevy_asset]
version = "0.19"

[dependencies.bevy_ecs]
version = "0.19"

[dependencies.bevy_image]
version = "0.19"

[dependencies.bevy_math]
version = "0.19"

[dependencies.bevy_reflect]
version = "0.19"

[dependencies.bevy_spritesheet_animation]
version = "7"
optional = true
default-features = false

[dependencies.bevy_window]
version = "0.19"
features = ["custom_cursor"]

[dependencies.bitflags]
version = "2.13"
default-features = false

[dependencies.byteorder]
version = "1.5"

[dependencies.ico]
version = "0.5"

[dependencies.image]
version = "0.25"

[dependencies.riff]
version = "2"

[dependencies.ron]
version = "0.12"
optional = true
default-features = false

[dependencies.serde]
version = "1"
optional = true
default-features = false

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.serde_toml]
version = "1.1.2"
optional = true
package = "toml"

[dependencies.thiserror]
version = "2"

[dev-dependencies.bevy]
version = "0.19"
features = [
    "custom_cursor",
    "ui",
]
default-features = false

[dev-dependencies.ron]
version = "0.12"

[lints.clippy]
type_complexity = "allow"