Remove old shaders, updates for WR feature and API changes.

This commit is contained in:
Glenn Watson 2016-11-25 06:28:21 +10:00
parent fb98acbc4d
commit 3d67c1cf4c
74 changed files with 34 additions and 3061 deletions

View file

@ -47,7 +47,7 @@ websocket = "0.17"
[dependencies.webrender_traits]
git = "https://github.com/servo/webrender"
default_features = false
features = ["serde_derive"]
features = ["serde_derive", "ipc"]
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
tinyfiledialogs = {git = "https://github.com/jdm/tinyfiledialogs"}