view Cargo.toml @ 708:3954801b6299

examples: Update to luminance 0.32.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 08 Sep 2019 17:47:23 +0200
parents 987409d48991
children 2b2376811f46
line wrap: on
line source

[package]
name = "touhou"
version = "0.1.0"
authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
edition = "2018"
description = "A collection of tools to work with Touhou data"
homepage = "https://pytouhou.linkmauve.fr"
license = "GPL-3.0-or-later"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
nom = "5"
encoding_rs = "0.8"
image = { version = "0.22", default-features = false, features = ["png_codec"] }
bitflags = "1"
luminance = "0.32"
luminance-glfw = { version = "0.6", default-features = false }
luminance-derive = "0.1"

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"