Adding piet_svg
library as a dependency
Run this command in a terminal, in your project"s directory:
cargo add piet-svg
To add it manually, edit your project"s Cargo.toml
file and add to the [dependencies]
section:
piet-svg = "0.7.0"
The piet_svg
library will be automatically available globally.
Read the piet_svg
library documentation.