intel_tex 0.1.2

Rust bindings for Intel's ISPC texture compressor.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "intel_tex"
version = "0.1.2"
authors = ["Graham Wihlidal <graham@wihlidal.ca>"]
build = "build.rs"
include = ["vendor/ISPC Texture Compressor/ispc_texcomp/kernel_astc.ispc", "vendor/ISPC Texture Compressor/ispc_texcomp/kernel.ispc", "src/astc.rs", "src/bc1.rs", "src/bc3.rs", "src/bc6h.rs", "src/bc7.rs", "src/etc1.rs", "src/lib.rs", "build.rs", "Cargo.toml"]
description = "Rust bindings for Intel's ISPC texture compressor."
homepage = "https://github.com/gwihlidal/intel-tex-rs"
documentation = "https://docs.rs/spirv-reflect"
readme = "README.md"
keywords = ["texture", "image", "compress", "intel", "ispc"]
categories = ["rendering", "rendering::engine"]
license = "MIT/Apache-2.0"
repository = "https://github.com/gwihlidal/intel-tex-rs"
[profile.release]
opt-level = 3
lto = true
codegen-units = 1
[dependencies.ispc]
version = "0.3.8"
[dev-dependencies.ddsfile]
version = "0.2.3"

[dev-dependencies.image]
version = "0.21.0"
[build-dependencies.ispc]
version = "0.3.8"
[badges.maintenance]
status = "actively-developed"