scenix-texture 1.3.0

CPU-side texture data, samplers, atlases, and mipmap helpers for scenix.
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 = "2024"
rust-version = "1.89"
name = "scenix-texture"
version = "1.3.0"
authors = ["Aarambh Dev Hub"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CPU-side texture data, samplers, atlases, and mipmap helpers for scenix."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/AarambhDevHub/scenix"
resolver = "2"

[features]
default = ["std"]
serde = [
    "dep:serde",
    "scenix-core/serde",
]
std = ["scenix-core/std"]

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

[dependencies.scenix-core]
version = "1.3.0"
default-features = false

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

[dev-dependencies.serde_json]
version = "1"