summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIsaac Clayton2022-01-22 09:34:45 +0100
committerIsaac Clayton2022-01-22 09:34:45 +0100
commit4c947cbed372159fccffbdf6dd639262404ca6e8 (patch)
tree77dd34844c88da244fd813163eec14acc537f504 /Cargo.toml
parentaa91d62d510613ac4efe70668dd391050ff8c5a0 (diff)
set up rendering with miniquad
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9c761bf..9dd10e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"