mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove old shaders, updates for WR feature and API changes.
This commit is contained in:
parent
fb98acbc4d
commit
3d67c1cf4c
74 changed files with 34 additions and 3061 deletions
|
@ -45,7 +45,7 @@ xi-unicode = "0.0.1"
|
|||
[dependencies.webrender_traits]
|
||||
git = "https://github.com/servo/webrender"
|
||||
default_features = false
|
||||
features = ["serde_derive"]
|
||||
features = ["serde_derive", "ipc"]
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
byteorder = "0.5"
|
||||
|
@ -61,4 +61,4 @@ servo-fontconfig = "0.2.1"
|
|||
simd = {git = "https://github.com/huonw/simd"}
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
dwrote = {git = "https://github.com/vvuk/dwrote-rs"}
|
||||
dwrote = "0.1.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue