servo/components/geometry/Cargo.toml
2019-10-01 21:15:53 +09:00

18 lines
386 B
TOML

[package]
name = "servo_geometry"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
publish = false
[lib]
name = "servo_geometry"
path = "lib.rs"
[dependencies]
app_units = "0.7"
euclid = "0.20"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = "0.1"
webrender_api = { git = "https://github.com/servo/webrender" }