mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-01 10:44:56 +03:00
b2c92ab8f9
- use instant crate - bring in the wasm ezgui backend and necessary setup tweaks - upgrade stdweb but no map editor build magic yet
19 lines
416 B
TOML
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"
|