diff options
author | Josh Matthews <josh@joshmatthews.net> | 2020-11-20 10:30:02 -0500 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2021-03-05 20:00:30 -0500 |
commit | 10231573be736a0bd4e3c8e85e88a03b748db0ef (patch) | |
tree | b2c423779eb82aac5132c234998ffc9aaefa8131 /components/servo | |
parent | 970ab0348f897978e75f32cf5dd69c0f1778fd61 (diff) | |
download | servo-10231573be736a0bd4e3c8e85e88a03b748db0ef.tar.gz servo-10231573be736a0bd4e3c8e85e88a03b748db0ef.zip |
Update to winit 0.24.
Co-authored-by: Josh Matthews <josh@joshmatthews.net>
Co-authored-by: Paulo E. Castro <pecastro@wormholenet.com>
Diffstat (limited to 'components/servo')
-rw-r--r-- | components/servo/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index 7fc827fa387..a5f17aa70c5 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -78,7 +78,7 @@ servo_url = { path = "../url" } sparkle = "0.1" style = { path = "../style", features = ["servo"] } style_traits = { path = "../style_traits", features = ["servo"] } -surfman = "0.3" +surfman = "0.4" webdriver_server = { path = "../webdriver_server", optional = true } webgpu = { path = "../webgpu" } webrender = { git = "https://github.com/servo/webrender" } |