aboutsummaryrefslogtreecommitdiff
path: root/stockton-types/Cargo.toml
blob: f473c5f872e14ce5dbb9bc13cf5f5eb465da69f5 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "stockton-types"
version = "0.1.0"
authors = ["Oscar <oscar.shrimpton.personal@gmail.com>"]
edition = "2018"

[dependencies]
nalgebra-glm = "^0.6"
legion = { version = "^0.3" }
stockton-levels = { path = "../stockton-levels" }