[package] name = "plotters-solstice" version = "0.2.1" description = "A web and opengl backend for Plotters using Solstice." repository = "https://github.com/TannerRogalsky/plotters-solstice" homepage = "https://github.com/TannerRogalsky/plotters-solstice" edition = "2021" license-file = "LICENSE" readme = "README.md" [dependencies] plotters-backend = "0.3" solstice-2d = "0.2" log = "0.4" web-sys = { version = "0.3", features = ["WebGlRenderingContext"] }