mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
0e9ffe73d2
This includes the re-generated FFI header. MozReview-Commit-ID: 6fvUNwu8ueT
29 lines
725 B
TOML
29 lines
725 B
TOML
[package]
|
|
name = "webrender_api"
|
|
version = "0.56.1"
|
|
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.6"
|
|
bitflags = "1.0"
|
|
bincode = "0.9"
|
|
byteorder = "1.2.1"
|
|
euclid = "0.16"
|
|
ipc-channel = {version = "0.9", optional = true}
|
|
serde = { version = "=1.0.23", features = ["rc", "derive"] }
|
|
serde_derive = { version = "=1.0.23", features = ["deserialize_from"] }
|
|
time = "0.1"
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
core-foundation = "0.4.6"
|
|
core-graphics = "0.12.3"
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies]
|
|
dwrote = "0.4.1"
|