Update surfman to latest commit (#34805)

Signed-off-by: Wu Wayne <yuweiwu@pm.me>
This commit is contained in:
Ngo Iok Ui (Wu Yu Wei) 2024-12-31 17:30:33 +09:00 committed by GitHub
parent 5a8350e2f2
commit d57e5e8008
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -126,7 +126,7 @@ style_config = { git = "https://github.com/servo/stylo", branch = "2024-12-04" }
style_dom = { git = "https://github.com/servo/stylo", package = "dom", branch = "2024-12-04" }
style_traits = { git = "https://github.com/servo/stylo", branch = "2024-12-04", features = ["servo"] }
style_malloc_size_of = { package = "malloc_size_of", git = "https://github.com/servo/stylo", branch = "2024-12-04", features = ["servo"] }
surfman = { git = "https://github.com/servo/surfman", rev = "c8d6b4b65aeab739ee7651602e29c8d58ceee123", features = ["chains"] }
surfman = { git = "https://github.com/servo/surfman", rev = "300789ddbda45c89e9165c31118bf1c4c07f89f6", features = ["chains"] }
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
synstructure = "0.13"
taffy = { version = "0.7", default-features = false, features = ["std", "serde", "grid"] }