mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
ca0d33d72c
This also updates calls to push_scroll_layer in webrender_bindings to go with a change in the API.
17 lines
347 B
TOML
17 lines
347 B
TOML
[package]
|
|
name = "webrender_bindings"
|
|
version = "0.1.0"
|
|
authors = ["The Mozilla Project Developers"]
|
|
license = "MPL-2.0"
|
|
|
|
[dependencies]
|
|
webrender_traits = {path = "../webrender_traits", version = "0.25.0"}
|
|
euclid = "0.11"
|
|
app_units = "0.4"
|
|
gleam = "0.2"
|
|
|
|
[dependencies.webrender]
|
|
path = "../webrender"
|
|
version = "0.24.0"
|
|
default-features = false
|