1[package]
2name = "webrender_bindings"
3version = "0.1.0"
4authors = ["The Mozilla Project Developers"]
5license = "MPL-2.0"
6
7[dependencies]
8rayon = "1"
9thread_profiler = "0.1.1"
10euclid = { version = "0.17", features = ["serde"] }
11app_units = "0.6"
12gleam = "0.4.20"
13log = "0.4"
14
15[dependencies.webrender]
16path = "../webrender"
17version = "0.57.0"
18default-features = false
19features = ["capture"]
20
21[target.'cfg(target_os = "windows")'.dependencies]
22dwrote = "0.4.1"
23
24[target.'cfg(target_os = "macos")'.dependencies]
25core-foundation = "0.5"
26core-graphics = "0.13"
27foreign-types = "0.3.0"
28
29