plotters-gpui 0.1.1

Plotting with gpui in Rust
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 1.52 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 990.67 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • JakkuSakura/plotters-gpui
    27 7 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • JakkuSakura

plotters-gpui

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" }