summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriamn1ck <iamn1ck@yahoo.com>2020-03-14 12:47:15 -0500
committerGitHub <noreply@github.com>2020-03-14 12:47:15 -0500
commit3d5ce1be0a75c863e3a0bccde823fb802ba7c085 (patch)
tree5749f383d82b1bedb6f3ba8b06987f96136f8462 /Cargo.toml
parent9a491d5f7221c23e75268226844bf5ffd4d8f086 (diff)
parente249ab72ad4550a02bdd3081335485e03e4553bc (diff)
Merge pull request #1 from barrettTom/shadersHEADmaster
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