#10211: Stop re-exporting webrender_traits WebGL types from canvas_traits

This commit is contained in:
Jan-Fabian Humann 2016-03-30 18:55:31 +02:00
parent e148571812
commit d778562844
15 changed files with 98 additions and 88 deletions

View file

@ -63,6 +63,9 @@ features = ["unstable"]
[dependencies.gfx_traits]
path = "../gfx_traits"
[dependencies.webrender_traits]
git = "https://github.com/servo/webrender_traits"
[dependencies]
app_units = {version = "0.2.3", features = ["plugins"]}
bitflags = "0.3"