mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
There are a few canvas2d-related dependencies that haven't updated, but they only use euclid internally so that's not blocking landing the rest of the changes. Given the size of this patch, I think it's useful to get this landed as-is.
17 lines
370 B
TOML
17 lines
370 B
TOML
[package]
|
|
name = "webrender_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "webrender_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
euclid = "0.20"
|
|
webrender = {git = "https://github.com/servo/webrender"}
|
|
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
|
|