Migrate to hashbrown structures

This commit is contained in:
2026-08-16 23:50:14 +03:00
parent dcf7352553
commit 3fcbd235cf
5 changed files with 7 additions and 15 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ use iced::widget::*;
use iced::{Border, Color, Shadow, Task};
use iced_core::Length::Fill;
use rand::random_range;
use std::collections::{HashMap, HashSet};
use hashbrown::{HashMap, HashSet};
use std::fs;
use std::ops::Add;
use std::path::PathBuf;