anyrender_svg 0.6.3

Render SVGs with anyrender
Documentation
[dependencies.anyrender]
version = "0.6.0"

[dependencies.image]
default-features = false
optional = true
version = "0.25"

[dependencies.kurbo]
version = "0.12"

[dependencies.peniko]
version = "0.5.0"

[dependencies.thiserror]
version = "2"

[dependencies.usvg]
default-features = false
version = "0.45.1"

[features]
default = ["text", "image_format_png", "image_format_gif", "image_format_jpeg", "image_format_webp"]
image = ["dep:image"]
image_format_gif = ["image", "image/gif"]
image_format_jpeg = ["image", "image/jpeg"]
image_format_png = ["image", "image/png"]
image_format_webp = ["image", "image/webp"]
text = ["usvg/text", "usvg/memmap-fonts", "usvg/system-fonts"]

[lib]
name = "anyrender_svg"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Render SVGs with anyrender"
documentation = "https://docs.rs/anyrender-svg"
edition = "2024"
homepage = "https://github.com/dioxuslabs/anyrender"
license = "MIT OR Apache-2.0"
name = "anyrender_svg"
readme = false
repository = "https://github.com/dioxuslabs/anyrender"
resolver = "2"
version = "0.6.3"