summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJakob L. Kreuze <jakob@memeware.net>2018-06-10 21:41:51 -0400
committerJakob L. Kreuze <jakob@memeware.net>2018-06-10 21:41:51 -0400
commit91abcae9e7ca9b80474d93410fbd87c747f7f658 (patch)
tree089a3d3daea253df58febb0db0482bd75e9d12ac /Cargo.toml
parent9bb619edf01a897dd531c4c4df03ff60c7b5c4ad (diff)
Partially working ART and PALETTE parsers.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6d303ec..76afa86 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,4 @@ authors = ["Jakob L. Kreuze <jakob@memeware.net>"]
[dependencies]
byteorder = "1"
simple-error = "0.1"
-glium_sdl2 = "0.15"
-sdl2 = "0.30"
-glium = "0.18"
+kiss3d = "0.12"