gguppy 0.1.0

A multi-platform plotting library based on the grammar of graphics implemented in pure Rust with a no_std feature.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "arwggplot"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5461de2ebab83cb0d9d4a8465e45f70f9f3d09bdf03f249fe1aba76ddcc84814"

[[package]]
name = "gguppy"
version = "0.1.0"
dependencies = [
 "arwggplot",
 "gguppy_core",
 "gguppy_data",
]

[[package]]
name = "gguppy_core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fb81201e5dddc855f54f9e123e6f31c9cfbcb175915eee1aefcea8f18142ae5"

[[package]]
name = "gguppy_data"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e1a738bfd7c4451977a4eccaedab5c17df302f2acec03250bd22064c348e71a"