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
|
|
|
|
|
|
|
|
[dependencies]
|
2021-02-20 23:03:01 +00:00
|
|
|
anyhow = "^1.0"
|
2021-03-20 22:49:36 +00:00
|
|
|
bitfield = "^0.13"
|
2021-03-23 02:41:22 +00:00
|
|
|
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"
|
2021-06-02 06:50:16 +00:00
|
|
|
winit = "^0.24"
|
|
|
|
winit_input_helper = "^0.9"
|
|
|
|
egui = "^0.10"
|
2021-07-09 03:35:53 +00:00
|
|
|
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" }
|
|
|
|
rodio = "^0.14"
|
2021-05-05 23:37:11 +00:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
debug = true
|