2 name = "webrender_bindings"
4 authors = ["The Mozilla Project Developers"]
12 euclid = { version = "0.22.5", features = ["serde"] }
16 nsstring = { path = "../../xpcom/rust/nsstring" }
18 uuid = { version = "1.0", features = ["v4"] }
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"
29 default-features = false
30 features = ["capture", "serialize_program", "gecko", "sw_compositor"]
32 [target.'cfg(target_os = "windows")'.dependencies]
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"