mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
dependencies: Upgrade surfman to 0.9 (#31224)
This upgrades surfman and webxr. The main benefit to this upgrade is that surfman (and thus libservo) no longer depends on winit. servoshell still does, but this should make upgrades a lot easier.
This commit is contained in:
parent
e726893165
commit
a07ad85eaa
3 changed files with 10 additions and 8 deletions
|
@ -96,7 +96,7 @@ string_cache = "0.8"
|
|||
string_cache_codegen = "0.5"
|
||||
style_traits = { path = "components/style_traits", features = ["servo"] }
|
||||
# NOTE: the sm-angle feature only enables ANGLE on Windows, not other platforms!
|
||||
surfman = { version = "0.8", features = ["chains", "sm-angle", "sm-angle-default"] }
|
||||
surfman = { version = "0.9", features = ["chains", "sm-angle", "sm-angle-default"] }
|
||||
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
|
||||
synstructure = "0.13"
|
||||
thin-vec = "0.2.13"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue