1
0
Fork 0
forked from wry/wry

gfx: move shared memory contract into types crate

This commit is contained in:
kossLAN 2026-05-29 11:39:18 -04:00
parent 37ec1a4a3f
commit bf3859a026
No known key found for this signature in database
4 changed files with 36 additions and 27 deletions

3
Cargo.lock generated
View file

@ -855,6 +855,9 @@ dependencies = [
[[package]]
name = "jay-gfx-types"
version = "0.1.0"
dependencies = [
"uapi",
]
[[package]]
name = "jay-io-uring"