refactor: switch to dashmap for Aspects and Registries

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-03-19 16:51:59 +01:00
committed by Nova King
parent 162683a635
commit 9e0a2d6742
4 changed files with 78 additions and 45 deletions

View File

@@ -92,6 +92,7 @@ xkbcommon-rs = "0.1.0"
# wayland
wayland-backend = { version = "0.3.7", optional = true, default-features = false }
wayland-scanner = { version = "0.31.4", optional = true }
dashmap = "6.1.0"
[dependencies.smithay]
git = "https://github.com/smithay/smithay.git"