mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 12:12:00 +03:00
13 lines
231 B
TOML
13 lines
231 B
TOML
|
[package]
|
||
|
name = "geom"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
||
|
|
||
|
[dependencies]
|
||
|
dimensioned = "0.6.0"
|
||
|
ordered-float = "0.5.0"
|
||
|
piston2d-graphics = "*"
|
||
|
rand = "0.5.1"
|
||
|
serde = "1.0"
|
||
|
serde_derive = "1.0"
|