Crates.io | directxtex |
lib.rs | directxtex |
version | |
source | src |
created_at | 2024-01-23 07:54:34.430186+00 |
updated_at | 2025-01-08 06:53:35.258578+00 |
description | Unofficial Rust bindings for Microsoft's DirectXTex library |
homepage | https://github.com/Ryan-rsm-McKenzie/directxtex-rs |
repository | https://github.com/Ryan-rsm-McKenzie/directxtex-rs |
max_upload_size | |
id | 1110479 |
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` |
size | 0 |
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