anyrender 0.8.0

2D Canvas abstraction
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "anyrender"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "2D Canvas abstraction"
homepage = "https://github.com/dioxuslabs/anyrender"
documentation = "https://docs.rs/anyrender"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/dioxuslabs/anyrender"
resolver = "2"

[features]
default = []
serde = [
    "dep:serde",
    "kurbo/serde",
    "peniko/serde",
]

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

[dependencies.kurbo]
version = "0.13"

[dependencies.peniko]
version = "0.6"

[dependencies.raw-window-handle]
version = "0.6.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true