mirror of
https://github.com/servo/servo
synced 2026-05-15 03:16:47 +02:00
20 lines
316 B
TOML
20 lines
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"
|