mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 11:44:25 +03:00
5ad6f53607
hacks elsewhere
13 lines
345 B
TOML
13 lines
345 B
TOML
[package]
|
|
name = "geom"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
|
|
[dependencies]
|
|
dimensioned = { git = "https://github.com/paholg/dimensioned", rev = "0e1076ebfa5128d1ee544bdc9754c948987b6fe3", features = ["serde"] }
|
|
ordered-float = "0.5.0"
|
|
piston2d-graphics = "*"
|
|
rand = "0.5.1"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|