22 lines
407 B
TOML
22 lines
407 B
TOML
[package]
|
|
name = "gb"
|
|
version = "0.1.0"
|
|
authors = ["Rekai Musuka <rekai@musuka.dev>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "^1.0"
|
|
bitfield = "^0.13"
|
|
clap = "^2.33"
|
|
gilrs = "^0.8"
|
|
pixels = "^0.5"
|
|
winit = "^0.25"
|
|
winit_input_helper = "^0.10"
|
|
rodio = "^0.14"
|
|
rtrb = "^0.1.4"
|
|
|
|
[profile.release]
|
|
debug = true
|