mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +01:00
19 lines
316 B
TOML
19 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"
|