Mercurial > touhou
comparison Cargo.toml @ 643:01849ffd0180
Add an anmrenderer binary.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 02 Aug 2019 20:24:45 +0200 |
parents | a806f28e94fc |
children | f6bfc9e6dab0 |
comparison
equal
deleted
inserted
replaced
642:9e40bd5cc26d | 643:01849ffd0180 |
---|---|
9 | 9 |
10 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | 10 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
11 | 11 |
12 [dependencies] | 12 [dependencies] |
13 nom = "5" | 13 nom = "5" |
14 image = { version = "0.22", default-features = false, features = ["png_codec"] } | |
15 luminance = { version = "*", path = "../luminance/luminance" } | |
16 luminance-glfw = { version = "*", path = "../luminance/luminance-glfw", default-features = false } | |
17 luminance-derive = { version = "*", path = "../luminance/luminance-derive" } | |
18 | |
19 [profile.dev] | |
20 panic = "abort" |