- Improved documentation
- Changed example to better demonstrate capabilties
- Make
image
a default, but optional crate - Increment
image
version to 0.19.0 - Add
rasterize_to_raw_rgba
for use whenimage
is not included - Add
parse_str
for parsing SVG images from memory
- Fix memory leak #1
- More idiomatic error handling #1
- Constrain units with an enum #1
- Add
width()
andheight()
toSvgImage
#1 - Add CI for Windows
- Improved documentation
- Add CI badge to Cargo.toml
- Added CI
- Fixed some documentation formatting
- Upgrade to latest NanoSVG
- Fixed some documentation and examples
- Bindings in version control
- Bindgen dependency optional to avoid need for libclang
- Initial release