Add lockfile entry that was missed in #2451

This commit is contained in:
marc0246 2024-01-15 04:17:50 +01:00
parent fde00fa9ad
commit b202cb8813
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684

10
Cargo.lock generated
View File

@ -1488,6 +1488,16 @@ dependencies = [
"winit 0.29.9",
]
[[package]]
name = "offscreen"
version = "0.0.0"
dependencies = [
"png",
"vulkano",
"vulkano-shaders",
"winit 0.29.9",
]
[[package]]
name = "once_cell"
version = "1.19.0"