aboutsummaryrefslogtreecommitdiffstats
path: root/components/webrender_traits/Cargo.toml
blob: f078b96101d50efc35ec5559af5f89f29aed27f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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 = { workspace = true }
webrender_api = { workspace = true }