Replace sparkle with glow in components/canvas (#33918)

* Replace sparkle with glow in components/canvas

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>

* Replace safe_gl with #34300

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>

---------

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Samson 2024-11-20 10:05:24 +01:00 committed by GitHub
parent 910e8dc89f
commit 063071ba72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 958 additions and 703 deletions

10
Cargo.lock generated
View file

@ -714,7 +714,6 @@ dependencies = [
"range",
"raqote",
"servo_arc",
"sparkle",
"style",
"style_traits",
"surfman",
@ -6918,15 +6917,6 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "sparkle"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74fc6c6346da9177de9894230716709c223c62adbf910a5c1e6096b2ee2e58e0"
dependencies = [
"gl_generator",
]
[[package]]
name = "speexdsp-resampler"
version = "0.1.0"