Vendor dependencies for 0.3.0 release

This commit is contained in:
2025-09-27 10:29:08 -05:00
parent 0c8d39d483
commit 82ab7f317b
26803 changed files with 16134934 additions and 0 deletions

18
vendor/ktx2/README.md vendored Normal file
View File

@@ -0,0 +1,18 @@
# ktx2
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/BVE-Reborn/ktx2/Build)
[![Crates.io](https://img.shields.io/crates/v/ktx2)](https://crates.io/crates/ktx2)
[![Documentation](https://docs.rs/ktx2/badge.svg)](https://docs.rs/ktx2)
![License](https://img.shields.io/crates/l/ktx2)
Parser for the [ktx2](https://github.khronos.org/KTX-Specification/) texture container format.
### Features
- [x] Async reading
- [x] Parsing
- [x] Validating
- [x] [Data format description](https://github.khronos.org/KTX-Specification/#_data_format_descriptor)
- [ ] [Key/value data](https://github.khronos.org/KTX-Specification/#_keyvalue_data)
License: Apache-2.0