esvg 0.5.0

Document object model based SVG library
Documentation
1
2
3
4
5
6
7
# Release Process

1: Make sure everything is committed to main that you want to release.
1: Bump the version number in the `Cargo.toml` file
1: Create a release on github.
1: Checkout the tag created on your local machine
1: run `cargo publish`