Compare commits
No commits in common. "ee5504111b2a465a9ca9bcbebfb22b0522fce95b" and "318a6e0386bfcf1c66f637eb93eaabda2351ea05" have entirely different histories.
ee5504111b
...
318a6e0386
File diff suppressed because it is too large
Load Diff
|
@ -3,7 +3,6 @@ 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
|
||||||
|
|
||||||
|
@ -12,7 +11,7 @@ anyhow = "^1.0"
|
||||||
bitfield = "^0.13"
|
bitfield = "^0.13"
|
||||||
clap = "^2.33"
|
clap = "^2.33"
|
||||||
gilrs = "^0.8"
|
gilrs = "^0.8"
|
||||||
pixels = "^0.6"
|
pixels = "^0.5"
|
||||||
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