From 520dbaeb17db5ba4d0e54d25884fc818805c272b Mon Sep 17 00:00:00 2001 From: Franco Colmenarez Date: Tue, 19 Oct 2021 10:44:12 -0500 Subject: [PATCH] Update project name --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/bin/main.rs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1caaba1..ef86d6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,5 +3,5 @@ version = 3 [[package]] -name = "rust_boy" +name = "yargbe" version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml index cd2f682..ba97865 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "rust_boy" +name = "yargbe" version = "0.1.0" edition = "2018" diff --git a/src/bin/main.rs b/src/bin/main.rs index d36f898..ec91b40 100644 --- a/src/bin/main.rs +++ b/src/bin/main.rs @@ -1,5 +1,5 @@ -use rust_boy::rom::ROM; -use rust_boy::console::Console; +use yargbe::rom::ROM; +use yargbe::console::Console; fn main() -> std::io::Result<()> { /* let mut console = Console::new();