[package]
name = "vectorview"
version = "0.1.0"
edition = "2021"
authors = ["Israel Dahl <israeldahl@protonmail.com>"]
description = "A library to create vector images"
keywords = ["svg", "generate", "generator", "vector", "graphics"]
categories = ["graphics", "game-development", "visualization"]
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/1sra3l/vectorview"
documentation = "https://docs.rs/vectorview/"
[dependencies]
svg = "0.10"
rpg-stat = {version = "3.0", optional = true}
[features]
rpg = ["rpg-stat"]