[package]
edition = "2024"
rust-version = "1.92"
name = "siplot"
version = "0.4.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DEPRECATED: renamed to rsplot. This crate only re-exports rsplot and is no longer maintained."
readme = "README.md"
keywords = [
"deprecated",
"renamed",
"plotting",
"egui",
"wgpu",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/physwkim/rsplot"
[lib]
name = "siplot"
path = "src/lib.rs"
[dependencies.rsplot]
version = "0.5"