gb/Cargo.toml

27 lines
706 B
TOML
Raw Normal View History

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"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
# default = ["debug"]
debug = []
2020-07-22 05:19:27 +00:00
[dependencies]
2021-02-20 23:03:01 +00:00
anyhow = "^1.0"
2021-03-20 22:49:36 +00:00
bitfield = "^0.13"
clap = "^2.33"
2021-05-04 04:11:39 +00:00
gilrs = "^0.8"
2021-06-01 04:24:20 +00:00
pixels = "^0.3"
winit = "^0.24"
winit_input_helper = "^0.9"
egui = "^0.10"
egui_wgpu_backend = { git = "https://github.com/hasenbanck/egui_wgpu_backend.git", rev = "9d03ad345d15d1e44165849b242d3562fdf3e859" }
egui_winit_platform = { git = "https://github.com/hasenbanck/egui_winit_platform.git", rev = "17298250e9721e8bf2c1d4a17b3e22777f8cb2e8" }
2021-05-05 23:37:11 +00:00
[profile.release]
debug = true