Bug 1857841 - pt 3. Add a new page kind named "fresh" r=glandium
[gecko.git] / gfx / webrender_bindings / Cargo.toml
blob0f0c069e8787523d9a17d58114f0cdb3e90f7bda
1 [package]
2 name = "webrender_bindings"
3 version = "0.1.0"
4 authors = ["The Mozilla Project Developers"]
5 license = "MPL-2.0"
7 [dependencies]
8 dirs = "4"
9 rayon = "1"
10 num_cpus = "1.7.0"
11 tracy-rs = "0.1"
12 euclid = { version = "0.22.5", features = ["serde"] }
13 app_units = "0.7"
14 gleam = "0.15"
15 log = "0.4"
16 nsstring = { path = "../../xpcom/rust/nsstring" }
17 bincode = "1.0"
18 uuid = { version = "1.0", features = ["v4"] }
19 fxhash = "0.2.1"
20 thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
21 swgl = { path = "../wr/swgl" }
22 wr_malloc_size_of = { path = "../wr/wr_malloc_size_of" }
23 gecko-profiler = { path = "../../tools/profiler/rust-api" }
24 remove_dir_all = "0.5.3"
26 [dependencies.webrender]
27 path = "../wr/webrender"
28 version = "0.62.0"
29 default-features = false
30 features = ["capture", "serialize_program", "gecko", "sw_compositor"]
32 [target.'cfg(target_os = "windows")'.dependencies]
33 dwrote = "0.11"
34 winapi = "0.3"
36 [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
37 core-foundation = "0.9"
38 core-graphics = "0.23"
39 foreign-types = "0.5.0"
40 objc = "0.2"