ctt-intel-texture-compressor 0.4.0

Vendored Intel ISPC texture compressor bindings, based on intel_tex_2
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.90"
name = "ctt-intel-texture-compressor"
version = "0.4.0"
authors = [
    "The ctt developers",
    "Traverse Research <opensource@traverseresearch.nl>",
    "Graham Wihlidal <graham@wihlidal.ca>",
    "Intel Corporation",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vendored Intel ISPC texture compressor bindings, based on intel_tex_2"
readme = "README.md"
keywords = [
    "texture",
    "compression",
    "ispc",
    "gpu",
]
categories = [
    "graphics",
    "compression",
]
license = "(MIT OR Apache-2.0) AND MIT"
repository = "https://github.com/cwfitzgerald/ctt"

[features]
build-from-source = []
default = ["prebuilt"]
prebuilt = ["dep:ctt-intel-texture-compressor-prebuilt"]

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

[dependencies.ctt-intel-texture-compressor-prebuilt]
version = "0.4"
optional = true
default-features = false

[build-dependencies.cc]
version = "1"

[build-dependencies.ispc-build-utils]
version = "0.4"
default-features = false

[lints]