fyrox-texture 1.0.0

Texture utilities for Fyrox Engine
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"
rust-version = "1.87"
name = "fyrox-texture"
version = "1.0.0"
build = false
include = [
    "/src/**/*",
    "/Cargo.toml",
    "/LICENSE",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Texture utilities for Fyrox Engine"
homepage = "https://fyrox.rs"
documentation = "https://docs.rs/fyrox-texture"
readme = false
keywords = ["graphics"]
categories = ["game-development"]
license = "MIT"
repository = "https://github.com/FyroxEngine/Fyrox"

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

[dependencies.ddsfile]
version = "0.5.0"

[dependencies.fast_image_resize]
version = "5.0.0"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.fyrox-core]
version = "1.0.0"

[dependencies.fyrox-resource]
version = "1.0.0"

[dependencies.image]
version = "0.25.1"
features = [
    "gif",
    "jpeg",
    "png",
    "tga",
    "tiff",
    "bmp",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.strum]
version = "0.27"

[dependencies.strum_macros]
version = "0.27"

[dependencies.tbc]
version = "0.3.0"