[dependencies.egui]
optional = true
version = "0.31.1"
[dependencies.eyre]
version = "0.6.12"
[dependencies.rayon]
version = "1.10.0"
[dependencies.skia-safe]
optional = true
version = "0.84.0"
[dependencies.winit]
optional = true
version = "0.30.9"
[features]
default = ["egui"]
egui = ["dep:egui"]
skia = ["dep:skia-safe"]
skia-png = []
winit = ["dep:winit"]
[lib]
name = "rupl"
path = "src/lib.rs"
[package]
authors = ["bgkillas <mswalhelm@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "a complex graphing library"
documentation = "https://docs.rs/rupl"
edition = "2024"
homepage = "https://github.com/bgkillas/rupl"
license = "GPL-3.0-only"
name = "rupl"
readme = "README.md"
repository = "https://github.com/bgkillas/rupl"
version = "0.1.1"