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

View file

@ -10,8 +10,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cust = "0.2.2"
cust = { version = "0.2.2", features = ["vek"] }
image = "0.23.14"
gpu = { path = "./gpu" }
[profile.dev]
opt-level = 3