From f49426c3715f503fe809bd38b8db9093e7fcbf73 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Mon, 13 Jul 2020 15:28:26 -0500 Subject: [PATCH] Update Dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 12614c9..6c26835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] -name = "chip8" -version = "0.1.0" authors = ["paoda "] edition = "2018" +name = "chip8" +version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rand = "0.7.3" -pixels = "0.0.4" -winit = "0.22.2" +pixels = "0.0.4" +rand = "0.7.3" +winit = "0.22.2" winit_input_helper = "0.7.0"