mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
By making AnimationValue have the same representation as PropertyDeclaration and Void variants for non-animatable properties, we know by constructions that all properties have the same discriminant in both.
29 lines
815 B
TOML
29 lines
815 B
TOML
[package]
|
|
name = "malloc_size_of"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MIT/Apache-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[features]
|
|
servo = ["mozjs", "string_cache", "url", "webrender_api", "xml5ever"]
|
|
|
|
[dependencies]
|
|
app_units = "0.6"
|
|
cssparser = "0.23.0"
|
|
euclid = "0.16"
|
|
hashglobe = { path = "../hashglobe" }
|
|
mozjs = { version = "0.1.8", features = ["promises"], optional = true }
|
|
ordermap = "0.3"
|
|
selectors = { path = "../selectors" }
|
|
servo_arc = { path = "../servo_arc" }
|
|
smallbitvec = "1.0.3"
|
|
smallvec = "0.6"
|
|
string_cache = { version = "0.7", optional = true }
|
|
url = { version = "1.2", optional = true }
|
|
webrender_api = { git = "https://github.com/servo/webrender", features = ["ipc"], optional = true }
|
|
xml5ever = { version = "0.12", optional = true }
|
|
void = "1.0.2"
|