| Crates.io | stb-sys |
| lib.rs | stb-sys |
| version | 0.6.0 |
| created_at | 2020-08-01 22:15:18.520028+00 |
| updated_at | 2020-08-08 01:52:35.255919+00 |
| description | Low level bindgen generated wrappers for stb libraries |
| homepage | |
| repository | https://github.com/mxpv/stb |
| max_upload_size | |
| id | 272029 |
| size | 2,048,312 |
Low level bindgen generated bindings to stb libraries.
The following APIs are currently available:
stb_easy_fontstb_dxtstb_imagestb_image_writestb_perlinstb_rect_packstb_image_resizestb_truetypeFor high level bindigns have a look on stb crate.
Add the following to your Cargo.toml file:
[dependencies]
stb-sys = { version = "0.4.0", features = ["stb_image", "stb_image_write"] }
Contributions are generally welcome. Make sure your changes make sense for this project (if in doubt, open an issue first), the code is reasonbly tested, and passes the CI checks.