diff options
author | Isaac Clayton | 2022-01-20 21:09:57 +0100 |
---|---|---|
committer | Isaac Clayton | 2022-01-20 21:09:57 +0100 |
commit | aa91d62d510613ac4efe70668dd391050ff8c5a0 (patch) | |
tree | ee4df9985c0e0aab7615d979010a550b623706b7 /Cargo.toml | |
parent | 5a4e8560ef7bdf6c9c3b9a0efa3be3ddc224d915 (diff) |
Work on getting rendering context set up
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,3 +7,4 @@ edition = "2021" [dependencies] tch = "0.6.1" +vulkano = "0.27" |