2020-07-22 05:19:27 +00:00
|
|
|
[package]
|
|
|
|
name = "gb"
|
|
|
|
version = "0.1.0"
|
2021-01-03 06:28:07 +00:00
|
|
|
authors = ["Rekai Musuka <rekai@musuka.dev>"]
|
2020-07-22 05:19:27 +00:00
|
|
|
edition = "2018"
|
2021-09-11 23:47:45 +00:00
|
|
|
resolver = "2"
|
2020-07-22 05:19:27 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-10-07 18:27:51 +00:00
|
|
|
anyhow = "1.0"
|
|
|
|
bitfield = "0.13"
|
|
|
|
clap = "2.33"
|
|
|
|
gilrs = "0.8"
|
2021-10-11 03:06:51 +00:00
|
|
|
pixels = "0.7"
|
2021-10-07 18:27:51 +00:00
|
|
|
winit = "0.25"
|
|
|
|
winit_input_helper = "0.10"
|
|
|
|
rodio = "0.14"
|
|
|
|
rtrb = "0.2"
|
|
|
|
directories-next = "2.0"
|
2021-10-20 05:48:44 +00:00
|
|
|
tracing = "0.1.29"
|
|
|
|
tracing-subscriber = "0.2.25"
|
2021-05-05 23:37:11 +00:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
debug = true
|