gecko-dev/gfx/webrender_api/Cargo.toml
Kartikaya Gupta 7b9d5f0d04 Bug 1418315 - Update webrender to commit 81cfbcf0763205f25329adb9b2ff75d1cd56e3f1. r=nical
MozReview-Commit-ID: 8eGY2WPahzB

--HG--
extra : rebase_source : d22c8a51ef7b55d99e7213c218cecb407ede11c8
2017-11-21 10:40:43 -05:00

28 lines
645 B
TOML

[package]
name = "webrender_api"
version = "0.54.0"
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"]
[dependencies]
app_units = "0.5.6"
bitflags = "1.0"
bincode = "0.9"
byteorder = "1.0"
euclid = "0.15"
ipc-channel = {version = "0.9", optional = true}
serde = { version = "1.0", features = ["rc", "derive"] }
time = "0.1"
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.4"
core-graphics = "0.12.2"
[target.'cfg(target_os = "windows")'.dependencies]
dwrote = "0.4"