2017-02-06 19:42:52 +03:00
|
|
|
[package]
|
|
|
|
name = "webrender_bindings"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["The Mozilla Project Developers"]
|
|
|
|
license = "MPL-2.0"
|
|
|
|
|
|
|
|
[dependencies]
|
2017-06-15 04:47:09 +03:00
|
|
|
rayon = "0.8"
|
2017-06-13 18:57:11 +03:00
|
|
|
thread_profiler = "0.1.1"
|
2017-12-10 21:48:41 +03:00
|
|
|
euclid = "0.16"
|
|
|
|
app_units = "0.6"
|
2018-01-24 17:13:07 +03:00
|
|
|
gleam = "0.4.20"
|
2017-10-30 06:31:38 +03:00
|
|
|
log = "0.3"
|
2017-02-06 19:42:52 +03:00
|
|
|
|
|
|
|
[dependencies.webrender]
|
|
|
|
path = "../webrender"
|
2018-01-30 18:21:30 +03:00
|
|
|
version = "0.57.0"
|
2017-02-06 19:42:52 +03:00
|
|
|
default-features = false
|
2018-01-25 22:49:36 +03:00
|
|
|
features = ["capture"]
|
2017-11-07 04:20:43 +03:00
|
|
|
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies]
|
2017-12-01 17:50:05 +03:00
|
|
|
dwrote = "0.4.1"
|
2017-11-07 04:20:43 +03:00
|
|
|
|
2017-11-07 04:21:06 +03:00
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
2018-01-30 18:21:30 +03:00
|
|
|
core-foundation = "0.5"
|
|
|
|
core-graphics = "0.13"
|
2017-11-21 00:33:38 +03:00
|
|
|
foreign-types = "0.3.0"
|
2017-11-07 04:21:06 +03:00
|
|
|
|