mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Remove dependency on surfman-chains (#30090)
This functionality is now part of surfman itself.
This commit is contained in:
parent
59f5414ca8
commit
c46631a1ce
9 changed files with 26 additions and 83 deletions
|
@ -39,10 +39,7 @@ servo_config = { path = "../config" }
|
|||
sparkle = { workspace = true }
|
||||
style = { path = "../style" }
|
||||
style_traits = { path = "../style_traits" }
|
||||
# NOTE: the sm-angle feature only enables angle on windows, not other platforms!
|
||||
surfman = { workspace = true, features = ["sm-angle","sm-angle-default"] }
|
||||
surfman-chains = { workspace = true }
|
||||
surfman-chains-api = { workspace = true }
|
||||
surfman = { workspace = true }
|
||||
time = { workspace = true, optional = true }
|
||||
webrender = { workspace = true }
|
||||
webrender_api = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue