зеркало из https://github.com/mozilla/gecko-dev.git
20 строки
316 B
TOML
20 строки
316 B
TOML
[package]
|
|
name = "servo_geometry"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "servo_geometry"
|
|
path = "lib.rs"
|
|
|
|
[features]
|
|
# servo as opposed to geckolib
|
|
servo = ["euclid/unstable"]
|
|
|
|
[dependencies]
|
|
app_units = "0.5"
|
|
euclid = "0.15"
|
|
heapsize = "0.4"
|