diff options
author | iamn1ck <iamn1ck@yahoo.com> | 2020-03-14 12:47:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-14 12:47:15 -0500 |
commit | 3d5ce1be0a75c863e3a0bccde823fb802ba7c085 (patch) | |
tree | 5749f383d82b1bedb6f3ba8b06987f96136f8462 /Cargo.toml | |
parent | 9a491d5f7221c23e75268226844bf5ffd4d8f086 (diff) | |
parent | e249ab72ad4550a02bdd3081335485e03e4553bc (diff) |
Added my stuff
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |