abstreet/geom/Cargo.toml
Dustin Carlino b2c92ab8f9 upstreaming some changes for wasm here
- use instant crate
- bring in the wasm ezgui backend and necessary setup tweaks
- upgrade stdweb

but no map editor build magic yet
2020-02-14 14:28:25 -08:00

19 lines
416 B
TOML

[package]
name = "geom"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
aabb-quadtree = "0.1.0"
abstutil = { path = "../abstutil" }
geo = "0.12.0"
geo-booleanop = "0.2.0"
geo-offset = "0.1.0"
histogram = "0.6.9"
instant = "0.1.2"
ordered-float = "1.0.1"
polylabel = { git = "https://github.com/urschrei/polylabel-rs" }
serde = "1.0.98"
serde_derive = "1.0.98"