mpd_info_screen/Cargo.toml

20 lines
548 B
TOML
Raw Normal View History

2021-09-15 07:30:53 +00:00
[package]
name = "mpd_info_screen"
version = "0.2.20"
2021-09-15 07:30:53 +00:00
edition = "2018"
2022-02-08 07:37:45 +00:00
description = "Displays info on currently playing music from an MPD daemon"
license = "MIT"
2022-02-08 07:55:08 +00:00
repository = "https://github.com/Stephen-Seo/mpd_info_screen"
2021-09-15 07:30:53 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3"
2022-03-19 13:36:58 +00:00
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"]