aboutsummaryrefslogtreecommitdiff
path: root/stockton-levels/Cargo.toml
blob: 448a8baad10ed861ecba361783ea601a1e50bc63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"] }
stockton-skeleton = { path = "../stockton-skeleton" }
image = "0.23.11"