# 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 = "2021" name = "libktx-sys" version = "0.1.6" authors = ["Lucas Priestley "] include = [ "src/**/*", "wrapper.h", "vendored/**/*", "README.md", ] description = "Rust bindings for libktx" homepage = "https://github.com/freylint/libktx-sys" readme = "README.md" keywords = [ "gamedev", "graphics", ] categories = [ "game-development", "graphics", "encoding", "multimedia", ] license = "MIT" repository = "https://github.com/freylint/libktx-sys" [build-dependencies.bindgen] version = "0.69" [build-dependencies.clang-sys] version = "1.2" [build-dependencies.cmake] version = "0.1" [build-dependencies.regex] version = "1.10.2" optional = true [features] bindgen = [] default = [] postprocess = []