Crates.io | stb-sys |
lib.rs | stb-sys |
version | 0.6.0 |
source | src |
created_at | 2020-08-01 22:15:18.520028 |
updated_at | 2020-08-08 01:52:35.255919 |
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_font
stb_dxt
stb_image
stb_image_write
stb_perlin
stb_rect_pack
stb_image_resize
stb_truetype
For 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.