Update Dependencies
This commit is contained in:
parent
83b48cf27a
commit
f49426c371
|
@ -1,13 +1,13 @@
|
||||||
[package]
|
[package]
|
||||||
name = "chip8"
|
|
||||||
version = "0.1.0"
|
|
||||||
authors = ["paoda <musukarekai@gmail.com>"]
|
authors = ["paoda <musukarekai@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
name = "chip8"
|
||||||
|
version = "0.1.0"
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rand = "0.7.3"
|
|
||||||
pixels = "0.0.4"
|
pixels = "0.0.4"
|
||||||
|
rand = "0.7.3"
|
||||||
winit = "0.22.2"
|
winit = "0.22.2"
|
||||||
winit_input_helper = "0.7.0"
|
winit_input_helper = "0.7.0"
|
||||||
|
|
Loading…
Reference in New Issue