зеркало из https://github.com/mozilla/gecko-dev.git
20 строки
399 B
TOML
20 строки
399 B
TOML
[package]
|
|
name = "webrender_bindings"
|
|
version = "0.1.0"
|
|
authors = ["The Mozilla Project Developers"]
|
|
license = "MPL-2.0"
|
|
|
|
[dependencies]
|
|
webrender_api = {path = "../webrender_api", version = "0.52.1"}
|
|
bincode = "0.8"
|
|
rayon = "0.8"
|
|
thread_profiler = "0.1.1"
|
|
euclid = "0.15"
|
|
app_units = "0.5.6"
|
|
gleam = "0.4"
|
|
|
|
[dependencies.webrender]
|
|
path = "../webrender"
|
|
version = "0.52.1"
|
|
default-features = false
|