From c6d59bf7a7edc8268dadcc19c63cbe4d816ed451 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sun, 5 Jan 2020 13:29:49 +0100 Subject: [PATCH] rename project --- Cargo.lock | 38 +++++++++++++++++++------------------- Cargo.toml | 5 +++-- 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aeb27e4..31db00a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,24 +1,5 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -[[package]] -name = "NESemu" -version = "0.1.0" -dependencies = [ - "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "fps_counter 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "gfx_core 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "gfx_device_gl 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)", - "gfx_glyph 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", - "image 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "piston2d-opengl_graphics 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)", - "piston_window 0.105.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "simple_logger 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "adler32" version = "1.0.4" @@ -569,6 +550,25 @@ name = "interpolation" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "jane" +version = "0.1.0" +dependencies = [ + "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "fps_counter 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gfx_core 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gfx_device_gl 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gfx_glyph 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "image 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "piston2d-opengl_graphics 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)", + "piston_window 0.105.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "simple_logger 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "jpeg-decoder" version = "0.1.18" diff --git a/Cargo.toml b/Cargo.toml index 4b18e9d..1455f1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [package] -name = "NESemu" +name = "jane" version = "0.1.0" -authors = ["Daniel Bauer "] +authors = ["Daniel Bauer"] edition = "2018" +description = "jane - just another NES emulator" [features] test = []