[package] name = "vectorview" version = "0.1.0" edition = "2021" authors = ["Israel Dahl "] 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/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] svg = "0.10" rpg-stat = {version = "3.0", optional = true} [features] rpg = ["rpg-stat"]