Compare commits

...

2 Commits

Author SHA1 Message Date
Rekai Nyangadzayi Musuka ee5504111b Merge branch 'main' of ssh://git.musuka.dev:2222/paoda/gb into main
continuous-integration/drone/push Build is passing Details
2021-09-11 20:48:05 -03:00
Rekai Nyangadzayi Musuka a628f64d28 chore: update dependencies 2021-09-11 20:47:45 -03:00
2 changed files with 204 additions and 368 deletions

569
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,7 @@ name = "gb"
version = "0.1.0"
authors = ["Rekai Musuka <rekai@musuka.dev>"]
edition = "2018"
resolver = "2"
# 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"
clap = "^2.33"
gilrs = "^0.8"
pixels = "^0.5"
pixels = "^0.6"
winit = "^0.25"
winit_input_helper = "^0.10"
rodio = "^0.14"