summaryrefslogtreecommitdiffstats
path: root/svgbob/Cargo.toml
blob: 7210f634701d1e5c5be3e573a2e0fe061486e6f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "svgbob"
version = "0.5.0"
authors = ["lee"]
edition = "2018"
publish = false

[dependencies]
nalgebra = "0.18.0"
ncollide2d = "0.19.1"
lazy_static = "1.3.0"
sauron = { version = "0.21.0", default-features = false}
unicode-width = "0.1.5"
itertools = "0.8.0"
pom = { version = "3.1.0" }

[dev-dependencies]
sauron_vdom = {version = "0.20.0"}
serde_json = "1.0.41"