gridly 0.9.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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b75efc23af1bf8b55c992b98ddc77ff8a3e780846fc5a874c883cc1346629998"

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