summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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