directxtex

Crates.iodirectxtex
lib.rsdirectxtex
version
sourcesrc
created_at2024-01-23 07:54:34.430186+00
updated_at2025-01-08 06:53:35.258578+00
descriptionUnofficial Rust bindings for Microsoft's DirectXTex library
homepagehttps://github.com/Ryan-rsm-McKenzie/directxtex-rs
repositoryhttps://github.com/Ryan-rsm-McKenzie/directxtex-rs
max_upload_size
id1110479
Cargo.toml error:TOML parse error at line 35, column 1 | 35 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Ryan McKenzie (Ryan-rsm-McKenzie)

documentation

README

DirectXTex Rust Bindings

These are unofficial Rust bindings for the DirectXTex texture processing library. A C++17 compliant compiler is required to build this library, and it is verified to work on Windows, Linux, and MacOS. The docs contain a migration table that describes the equivalency between the original C++ API and its Rust bindings. Please see DirectXTex's README for more info.

The stable release docs are available at: https://docs.rs/directxtex/latest/directxtex/

Changelogs are available at: https://github.com/Ryan-rsm-McKenzie/directxtex-rs/releases

Commit count: 69

cargo fmt