summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNick <iamn1ck@yahoo.com>2020-03-14 11:40:33 -0500
committerNick <iamn1ck@yahoo.com>2020-03-14 11:40:33 -0500
commite249ab72ad4550a02bdd3081335485e03e4553bc (patch)
tree5749f383d82b1bedb6f3ba8b06987f96136f8462 /Cargo.toml
parent9a491d5f7221c23e75268226844bf5ffd4d8f086 (diff)
Added my stuff
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 381f81e..a6deab0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,11 +5,13 @@ authors = ["Tom Barrett <tom@tombarrett.xyz>"]
edition = "2018"
[dependencies]
+alto = "3.0.4"
+cgmath = "0.17.0"
+image = "0.22"
+lewton = "0.10.0"
luminance = "0.39"
luminance-derive = "0.5.3"
luminance-glfw = "0.12.1"
-alto = "3.0.4"
-lewton = "0.10.0"
[profile.dev]
opt-level = 2