mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
replace sparkle with glow in components/script (#33911)
* replace sparkle's GlType with canvas_traits's GlType Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * remove sparkle from components/servo Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * remove sparkle from script 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:
parent
a13900c4f8
commit
76bedf28e0
5 changed files with 7 additions and 7 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -6069,6 +6069,7 @@ dependencies = [
|
|||
"fonts",
|
||||
"fonts_traits",
|
||||
"fxhash",
|
||||
"glow 0.15.0",
|
||||
"headers",
|
||||
"html5ever",
|
||||
"http",
|
||||
|
@ -6116,7 +6117,6 @@ dependencies = [
|
|||
"servo_rand",
|
||||
"servo_url",
|
||||
"smallvec",
|
||||
"sparkle",
|
||||
"style",
|
||||
"style_traits",
|
||||
"swapper",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue