use memmap2

This commit is contained in:
stickynotememo
2025-11-20 08:52:44 +11:00
parent 6c8fc2b35f
commit 3867e9a571
4 changed files with 79 additions and 24 deletions
+1
View File
@@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
libc = "0.2.177"
memfile = "0.3.2"
memmap2 = "0.9.9"
shared_memory = "0.12.4"
wayland-client = "0.31"
wayland-protocols = { version = "0.32.9", features = ["client"] }