mpd_info_screen/Cargo.toml
Stephen Seo fa0d81577b Rename new feature to "unicode_support"
Also some setup for pending feature.
2022-07-30 18:54:55 +09:00

20 lines
548 B
TOML

[package]
name = "mpd_info_screen"
version = "0.2.20"
edition = "2018"
description = "Displays info on currently playing music from an MPD daemon"
license = "MIT"
repository = "https://github.com/Stephen-Seo/mpd_info_screen"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3"
image = "0.24"
ggez = "0.7"
freetype = { version = "0.7", optional = true }
fontconfig = { version = "0.5", optional = true }
[features]
unicode_support = ["dep:freetype", "dep:fontconfig"]