Add first working rotation
This commit is contained in:
parent
ec6e0c28be
commit
784e5b90be
7 changed files with 94 additions and 10 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue