blob: 526b21c45d7a8255ea623494b760abd6fa69bd3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "stockton-levels"
version = "0.1.0"
authors = ["Oscar <oscar.shrimpton.personal@gmail.com>"]
description = "Traits relating to levels renderable by stockton."
repository = "https://github.com/tcmal/stockton"
homepage = "https://github.com/tcmal/stockton"
edition = "2018"
[dependencies]
nalgebra = "^0.20"
serde = { version = "1.0", features = ["derive"] }
|