diff options
author | Isaac Clayton | 2022-01-22 09:34:45 +0100 |
---|---|---|
committer | Isaac Clayton | 2022-01-22 09:34:45 +0100 |
commit | 4c947cbed372159fccffbdf6dd639262404ca6e8 (patch) | |
tree | 77dd34844c88da244fd813163eec14acc537f504 /Cargo.toml | |
parent | aa91d62d510613ac4efe70668dd391050ff8c5a0 (diff) |
set up rendering with miniquad
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,5 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tch = "0.6.1" -vulkano = "0.27" +miniquad = "0.2.55" |