Rust binding for OpenGL Image(GLI) library.
This crate aims to fill the gap of loading KTX and DDS image file in Rust ecosystem.
Although not all the api has been translated to Rust and fully tested, it does work for the most part.
This crate does not guarantee full compatibility with original library.
To build this crate, you must get C++ build tools installed(clang on MacOS, MSVC on Windows, gcc on Linux).
Add this to Cargo.toml
:
[dependencies]
gli-rs = "0.4.0"
# or
[dependencies]
gli = { package = "gli-rs", version = "0.4.0" }
If you get any questions or find any api is missing, welcome to create an issue.