plotters-gpui 0.1.1

Plotting with gpui in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# plotters-gpui

gpui backend for plotters

Please goto [https://github.com/JakkuSakura/plotters-gpui](https://github.com/JakkuSakura/plotters-gpui)
for more information.

Due to gpui not being published on crates.io, you need to add the following to your `Cargo.toml`:

```toml
[dependencies]
plotters-gpui = { git = "https://github.com/JakkuSakura/plotters-gpui" }
```