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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bitflags"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"

[[package]]
name = "libdds"
version = "1.1.0"
dependencies = [
 "bitflags",
]