1
0
Fork 0
forked from wry/wry

clientmem: move shm mapping into workspace crate

This commit is contained in:
kossLAN 2026-05-29 11:41:55 -04:00
parent bf3859a026
commit 663cfb3ca3
No known key found for this signature in database
10 changed files with 383 additions and 338 deletions

14
Cargo.lock generated
View file

@ -665,6 +665,19 @@ dependencies = [
"ahash",
]
[[package]]
name = "jay-clientmem"
version = "0.1.0"
dependencies = [
"jay-cpu-worker",
"jay-gfx-types",
"jay-tracy",
"jay-utils",
"log",
"thiserror",
"uapi",
]
[[package]]
name = "jay-cmm"
version = "0.1.0"
@ -701,6 +714,7 @@ dependencies = [
"jay-async-engine",
"jay-bufio",
"jay-bugs",
"jay-clientmem",
"jay-cmm",
"jay-config",
"jay-cpu-worker",