chore: update dependencies
This commit is contained in:
parent
db012c7f4b
commit
a628f64d28
File diff suppressed because it is too large
Load Diff
|
@ -3,6 +3,7 @@ name = "gb"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Rekai Musuka <rekai@musuka.dev>"]
|
authors = ["Rekai Musuka <rekai@musuka.dev>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
resolver = "2"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
@ -11,7 +12,7 @@ anyhow = "^1.0"
|
||||||
bitfield = "^0.13"
|
bitfield = "^0.13"
|
||||||
clap = "^2.33"
|
clap = "^2.33"
|
||||||
gilrs = "^0.8"
|
gilrs = "^0.8"
|
||||||
pixels = "^0.5"
|
pixels = "^0.6"
|
||||||
winit = "^0.25"
|
winit = "^0.25"
|
||||||
winit_input_helper = "^0.10"
|
winit_input_helper = "^0.10"
|
||||||
rodio = "^0.14"
|
rodio = "^0.14"
|
||||||
|
|
Loading…
Reference in New Issue