prototty_test_grid 0.29.0

Prototty 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.
[[package]]
name = "coord_2d"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c36f1bb83c33bbf32bdf238af53f12254b3d2575ca292a4bf1bffb077b5a3da"

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

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

[[package]]
name = "prototty_test_grid"
version = "0.29.0"
dependencies = [
 "prototty_render",
]

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