mpd_info_screen/Cargo.toml

24 lines
595 B
TOML
Raw Normal View History

2021-09-15 07:30:53 +00:00
[package]
name = "mpd_info_screen"
version = "0.3.8"
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"
resolver = "2"
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.8.1"
freetype = { version = "0.7", optional = true }
wgpu = "0.14"
[build-dependencies]
bindgen = { version = "0.53", optional = true }
[features]
unicode_support = ["dep:freetype", "dep:bindgen"]