зеркало из https://github.com/mozilla/gecko-dev.git
32 строки
807 B
TOML
32 строки
807 B
TOML
[package]
|
|
name = "webrender_api"
|
|
version = "0.57.2"
|
|
authors = ["Glenn Watson <gw@intuitionlibrary.com>"]
|
|
license = "MPL-2.0"
|
|
repository = "https://github.com/servo/webrender"
|
|
|
|
[features]
|
|
nightly = ["euclid/unstable", "serde/unstable"]
|
|
ipc = ["ipc-channel"]
|
|
serialize = []
|
|
deserialize = []
|
|
|
|
[dependencies]
|
|
app_units = "0.6"
|
|
bincode = "1.0"
|
|
bitflags = "1.0"
|
|
byteorder = "1.2.1"
|
|
ipc-channel = {version = "0.10.0", optional = true}
|
|
euclid = { version = "0.18", features = ["serde"] }
|
|
serde = { version = "=1.0.66", features = ["rc"] }
|
|
serde_derive = { version = "=1.0.66", features = ["deserialize_in_place"] }
|
|
serde_bytes = "0.10"
|
|
time = "0.1"
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
core-foundation = "0.6"
|
|
core-graphics = "0.16"
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies]
|
|
dwrote = "0.4.1"
|