diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2020-03-03 08:04:35 -0600 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2020-03-03 08:04:35 -0600 |
commit | 930579481957454e81c09da1391ec0019607c360 (patch) | |
tree | da3f5dd07196ae872096047554c85dee9e299b3d /Cargo.toml | |
parent | cdab0086ec6eae662a9c40503f302f391141fbc0 (diff) |
updating
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,6 +5,6 @@ authors = ["Tom Barrett <tom@tombarrett.xyz>"] edition = "2018" [dependencies] -luminance = "0.38" -luminance-derive = "0.5.2" -luminance-glfw = "0.12" +luminance = "0.39" +luminance-derive = "0.5.3" +luminance-glfw = "0.12.1" |