[[example]]
name = "random"
path = "examples/random.rs"
[[example]]
name = "tic-tac-toe"
path = "examples/tic-tac-toe.rs"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.rand]
version = "0.8.5"
[package]
authors = ["Praxis | Darian <hello@vulpinecat.com>", "Harrison McCullough <mccullough.harrison@gmail.com>"]
description = "A dynamically sized two-dimensional vector"
edition = "2021"
license = "MIT"
name = "vecgrid"
readme = "README.md"
repository = "https://github.com/good-praxis/vecgrid"
version = "0.2.0"