Mercurial > touhou
diff Cargo.toml @ 650:f6bfc9e6dab0
Add an ECL parser.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Thu, 08 Aug 2019 17:03:00 +0200 |
parents | 01849ffd0180 |
children | ff7b6355cdf1 |
line wrap: on
line diff
--- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ license = "GPL-3.0-or-later" [dependencies] nom = "5" +encoding_rs = "0.8" image = { version = "0.22", default-features = false, features = ["png_codec"] } luminance = { version = "*", path = "../luminance/luminance" } luminance-glfw = { version = "*", path = "../luminance/luminance-glfw", default-features = false }