freya-plotters-backend 0.4.0-rc.6

Freya's skia-safe backend for plotters
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 = "freya-plotters-backend"
version = "0.4.0-rc.6"
authors = ["Marc EspĂ­n <mespinsanz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Freya's skia-safe backend for plotters"
readme = "README.md"
keywords = [
    "gui",
    "plot",
    "backend",
    "skia",
    "plotters",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/marc2332/freya"

[package.metadata.docs.rs]
features = ["freya-engine/mocked-engine"]

[features]
skia-engine = ["freya-engine/skia-engine"]

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

[dependencies.freya-engine]
version = "0.4.0-rc.6"

[dependencies.plotters-backend]
version = "0.3.7"

[dev-dependencies.plotters]
version = "0.3.7"