mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Replace lazy_static with std::sync::LazyLock in components/fonts (#33049)
* replace in shaper.rs Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> * replace in android/font_list.rs Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> * replace in ohos/font_list.rs Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> * remove lazy_lock from components/fonts Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> --------- Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com>
This commit is contained in:
parent
7633bdccd2
commit
ad85dd10e3
5 changed files with 17 additions and 22 deletions
|
@ -25,7 +25,6 @@ fontsan = { git = "https://github.com/servo/fontsan" }
|
|||
fonts_traits = { workspace = true }
|
||||
harfbuzz-sys = "0.6.1"
|
||||
ipc-channel = { workspace = true }
|
||||
lazy_static = { workspace = true }
|
||||
libc = { workspace = true }
|
||||
log = { workspace = true }
|
||||
malloc_size_of = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue