Add first working rotation

This commit is contained in:
Florian RICHER 2024-12-18 21:47:11 +01:00
parent ec6e0c28be
commit 784e5b90be
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
7 changed files with 94 additions and 10 deletions

7
Cargo.lock generated
View file

@ -490,6 +490,12 @@ dependencies = [
"wasi",
]
[[package]]
name = "glam"
version = "0.29.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc46dd3ec48fdd8e693a98d2b8bafae273a2d54c1de02a2a7e3d57d501f39677"
[[package]]
name = "half"
version = "2.4.1"
@ -1137,6 +1143,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"env_logger",
"glam",
"log",
"vulkano",
"vulkano-shaders",