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.
version = 4

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

[[package]]
name = "grid_2d"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4eee9d49603d1545d1df7cf181e59cbe4d323c2d0fcff96034ac3fc7e8fd223"
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.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b64f04652666bfbac2810d97f06d9f7bcf873f76508319013997514b3e8954b"