stb-sys

Crates.iostb-sys
lib.rsstb-sys
version0.6.0
sourcesrc
created_at2020-08-01 22:15:18.520028
updated_at2020-08-08 01:52:35.255919
descriptionLow level bindgen generated wrappers for stb libraries
homepage
repositoryhttps://github.com/mxpv/stb
max_upload_size
id272029
size2,048,312
Maksym Pavlenko (mxpv)

documentation

https://docs.rs/stb-sys

README

stb-sys

Crate CI Crates.io

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.

Commit count: 34

cargo fmt