chargrid_test_grid 0.2.0

chargrid frontend that renders to an in-memory buffer for use in tests
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "chargrid_render"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d9eb81fda96efff8684a299409092fda4078148056fa940f59939b27b60391"
dependencies = [
 "coord_2d",
 "grid_2d",
 "rgb24",
]

[[package]]
name = "chargrid_test_grid"
version = "0.2.0"
dependencies = [
 "chargrid_render",
]

[[package]]
name = "coord_2d"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94da9a7375e8affc88e2f4140d59572920581d964aa3a4ae3e04a8f0047926b8"

[[package]]
name = "grid_2d"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33baf41f2c0a62a5d3bdc726002f09afd2266d422f530c1ea170830e5624e066"
dependencies = [
 "coord_2d",
]

[[package]]
name = "rgb24"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "005408710cf791a01c3b1c8ff17cb7d2ac66476b4ca21001970c946660e6509f"