astcenc-sys 0.1.5

Low-level bindings to the official ARM ASTC encoding library (currently Linux-only due to use of GNU Make)
Documentation
[package]
name = "astcenc-sys"
version = "0.1.5"
authors = ["Jef <jackefransham@gmail.com>"]
edition = "2018"
homepage = "https://github.com/Vurich/astcenc-sys"
repository = "https://github.com/Vurich/astcenc-sys"
documentation = "https://docs.rs/astcenc-sys"
description = "Low-level bindings to the official ARM ASTC encoding library (currently Linux-only due to use of GNU Make)"
license = "Unlicense"
exclude = ["/astc-encoder/Docs", "/astc-encoder/jenkins", "/astc-encoder/Test"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[build-dependencies]
bindgen = "0.55"
pkg-config = "0.3"