Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluis committed Nov 25, 2024
1 parent 9547708 commit 5440a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const ROOT_MODULES: [&str; 10] = [
#[rustfmt::skip]
const DEP_ALL: [&str; 18] = [
"dep_atomic", "dep_bytemuck", "dep_const_str", "dep_hashbrown", "dep_jiff",
"dep_libm", "dep_log", "dep_macroquad", "dep_memchr", "dep_miniquad",
"dep_libm", "dep_log", "dep_memchr", "dep_miniquad",
"dep_portable_atomic", "dep_rand_core", "dep_rayon", "dep_rodio", "dep_tinyaudio",
"dep_unicode_segmentation", "dep_unicode_width", "dep_wide",
];
Expand Down

0 comments on commit 5440a00

Please sign in to comment.