gridly 0.7.0

A library for managing fixed-size 2D spaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "cool_asserts"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28fe2701d116600dd343c10abd6d4e921d98279311b350fa44b2579a907f17f4"

[[package]]
name = "gridly"
version = "0.7.0"
dependencies = [
 "cool_asserts",
]