Replace sparkle with glow in shared/canvas (#34292)

Also updates glow to 0.16

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Samson 2024-11-19 19:34:37 +01:00 committed by GitHub
parent 4d28d6f96e
commit 65c84d230b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 30 additions and 36 deletions

View file

@ -57,7 +57,7 @@ fxhash = "0.2"
getopts = "0.2.11"
gleam = "0.15"
glib = "0.19"
glow = "0.15"
glow = "0.16"
gstreamer = { version = "0.22", features = ["v1_18"] }
gstreamer-base = "0.22"
gstreamer-gl = "0.22"
@ -125,7 +125,7 @@ style = { git = "https://github.com/servo/stylo", branch = "2024-10-04", feature
style_config = { git = "https://github.com/servo/stylo", branch = "2024-10-04" }
style_dom = { git = "https://github.com/servo/stylo", package = "dom", branch = "2024-10-04" }
style_traits = { git = "https://github.com/servo/stylo", branch = "2024-10-04", features = ["servo"] }
surfman = { git = "https://github.com/servo/surfman", rev = "e0c34af64f2860bc56bc8a56e1c169a915b16aa3", features = ["chains"] }
surfman = { git = "https://github.com/servo/surfman", rev = "c8d6b4b65aeab739ee7651602e29c8d58ceee123", features = ["chains"] }
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
synstructure = "0.13"
thin-vec = "0.2.13"