libdds 1.1.0

Crate to work with the DDS image format. Supports normal images, mipmaps, cubemaps and compressed images with various header types
Documentation
[package]
name    = "libdds"
version = "1.1.0"
authors = [ "Arturo Castro <arturo@rin.rs>" ]
description = "Crate to work with the DDS image format. Supports normal images, mipmaps, cubemaps and compressed images with various header types"
license = "MPL-2.0"
homepage = "https://rin.rs/"
repository = "https://bitbucket.org/rin-rs/dds"
publish = ["rin-rs", "crates-io"]
edition = "2021"

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

[dependencies]
bitflags = "2.4.0"