rename project
This commit is contained in:
38
Cargo.lock
generated
38
Cargo.lock
generated
@@ -1,24 +1,5 @@
|
|||||||
# This file is automatically @generated by Cargo.
|
# This file is automatically @generated by Cargo.
|
||||||
# It is not intended for manual editing.
|
# 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]]
|
[[package]]
|
||||||
name = "adler32"
|
name = "adler32"
|
||||||
version = "1.0.4"
|
version = "1.0.4"
|
||||||
@@ -569,6 +550,25 @@ name = "interpolation"
|
|||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
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]]
|
[[package]]
|
||||||
name = "jpeg-decoder"
|
name = "jpeg-decoder"
|
||||||
version = "0.1.18"
|
version = "0.1.18"
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "NESemu"
|
name = "jane"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Daniel Bauer <bauer@cbs.tu-darmstadt.de>"]
|
authors = ["Daniel Bauer"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
description = "jane - just another NES emulator"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
test = []
|
test = []
|
||||||
|
|||||||
Reference in New Issue
Block a user