[package] name = "zng-ext-svg" version = "0.1.6" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" readme = "README.md" description = "Part of the zng project." documentation = "https://zng-ui.github.io/doc/zng_ext_svg" repository = "https://github.com/zng-ui/zng" categories = ["gui"] keywords = ["gui", "ui", "user-interface", "zng"] [dependencies] zng-app = { path = "../zng-app", version = "0.13.6" } zng-ext-image = { path = "../zng-ext-image", version = "0.2.40" } zng-txt = { path = "../zng-txt", version = "0.2.8" } zng-unit = { path = "../zng-unit", version = "0.2.10" } zng-task = { path = "../zng-task", version = "0.4.10" } resvg = "0.44" tracing = "0.1" [package.metadata.docs.rs] all-features = true