Mercurial > touhou
view Cargo.toml @ 744:3687205fe620
anm0_vm: Use the unused u16 to store the anm layer to use.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 18 Jan 2020 16:25:45 +0100 |
parents | 0a250ddfae79 |
children | 0ebf6467e4ff |
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.38" luminance-glfw = { version = "0.12", default-features = false, features = ["log-errors"] } luminance-derive = "0.5" [profile.dev] panic = "abort" [profile.release] panic = "abort"