diff options
author | Nico Burns <nico@nicoburns.com> | 2025-03-12 13:02:12 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-12 00:02:12 +0000 |
commit | f527217bdc81faccbc599d7868123561c85441d5 (patch) | |
tree | ad9613497361c898de84c048fea7591ea00b90d7 /components/script/lib.rs | |
parent | e4757534fe61c580615921ac8cdd4eb5a4a02e7a (diff) | |
download | servo-f527217bdc81faccbc599d7868123561c85441d5.tar.gz servo-f527217bdc81faccbc599d7868123561c85441d5.zip |
Use new stylo crate renames (#35898)
Signed-off-by: Nico Burns <nico@nicoburns.com>
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 8c09e30e6a1..16af5491629 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -22,7 +22,7 @@ extern crate log; #[macro_use] extern crate malloc_size_of_derive; #[macro_use] -extern crate servo_atoms; +extern crate stylo_atoms; mod animation_timeline; mod animations; |