summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIsaac Clayton2022-01-20 21:09:57 +0100
committerIsaac Clayton2022-01-20 21:09:57 +0100
commitaa91d62d510613ac4efe70668dd391050ff8c5a0 (patch)
treeee4df9985c0e0aab7615d979010a550b623706b7 /Cargo.toml
parent5a4e8560ef7bdf6c9c3b9a0efa3be3ddc224d915 (diff)
Work on getting rendering context set up
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cf1047e..9c761bf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,4 @@ edition = "2021"
[dependencies]
tch = "0.6.1"
+vulkano = "0.27"