| Crates.io | plotters-gpui |
| lib.rs | plotters-gpui |
| version | 0.1.1 |
| created_at | 2024-12-26 17:17:50.861303+00 |
| updated_at | 2024-12-27 08:48:17.145193+00 |
| description | Plotting with gpui in Rust |
| homepage | |
| repository | https://github.com/JakkuSakura/plotters-gpui |
| max_upload_size | |
| id | 1495829 |
| size | 1,838 |
gpui backend for plotters
Please goto 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:
[dependencies]
plotters-gpui = { git = "https://github.com/JakkuSakura/plotters-gpui" }