Mercurial > touhou
comparison Cargo.toml @ 707:987409d48991
Switch to versioned luminance now that it got released, not hardcoded paths.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 24 Aug 2019 19:30:59 +0200 |
parents | f08e8e3c6196 |
children | 3954801b6299 |
comparison
equal
deleted
inserted
replaced
706:bca515da9047 | 707:987409d48991 |
---|---|
12 [dependencies] | 12 [dependencies] |
13 nom = "5" | 13 nom = "5" |
14 encoding_rs = "0.8" | 14 encoding_rs = "0.8" |
15 image = { version = "0.22", default-features = false, features = ["png_codec"] } | 15 image = { version = "0.22", default-features = false, features = ["png_codec"] } |
16 bitflags = "1" | 16 bitflags = "1" |
17 luminance = { version = "*", path = "../luminance/luminance" } | 17 luminance = "0.31" |
18 luminance-glfw = { version = "*", path = "../luminance/luminance-glfw", default-features = false } | 18 luminance-glfw = { version = "0.6", default-features = false } |
19 luminance-derive = { version = "*", path = "../luminance/luminance-derive" } | 19 luminance-derive = "0.1" |
20 | 20 |
21 [profile.dev] | 21 [profile.dev] |
22 panic = "abort" | 22 panic = "abort" |
23 | 23 |
24 [profile.release] | 24 [profile.release] |