9 releases (5 breaking)
0.6.0 | Aug 8, 2020 |
---|---|
0.5.0 | Aug 8, 2020 |
0.4.1 | Aug 8, 2020 |
0.3.1 | Aug 2, 2020 |
0.1.1 | Aug 1, 2020 |
#8 in #stb
74 downloads per month
Used in 2 crates
490KB
4K
SLoC
stb-sys
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.
Usage
Add the following to your Cargo.toml
file:
[dependencies]
stb-sys = { version = "0.4.0", features = ["stb_image", "stb_image_write"] }
Contributing
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.
Dependencies
~0–2MB
~37K SLoC