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
Generated
+10
View File
@@ -96,6 +96,15 @@ dependencies = [
"libc",
]
[[package]]
name = "memmap2"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
version = "0.6.5"
@@ -381,6 +390,7 @@ version = "0.1.0"
dependencies = [
"libc",
"memfile",
"memmap2",
"shared_memory",
"wayland-client",
"wayland-protocols",