wooo it works

This commit is contained in:
nora 2022-01-10 21:58:41 +01:00
parent c03b0c399a
commit 647e8c69e0
5 changed files with 30 additions and 33 deletions

2
Cargo.lock generated
View file

@ -216,6 +216,7 @@ dependencies = [
"cust_derive",
"cust_raw",
"find_cuda_helper",
"vek",
]
[[package]]
@ -412,6 +413,7 @@ version = "0.1.0"
dependencies = [
"cuda_builder",
"cust",
"gpu",
"image",
]