diff --git a/Cargo.lock b/Cargo.lock index 1f57a3a..022258e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1867,21 +1867,6 @@ dependencies = [ "weezl", ] -[[package]] -name = "timathon" -version = "0.1.0" -dependencies = [ - "find_folder", - "http_req", - "lazy_static", - "piston_window", - "rand", - "serde", - "serde_json", - "winit", - "winres", -] - [[package]] name = "toml" version = "0.5.8" @@ -1912,6 +1897,21 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" +[[package]] +name = "unolife" +version = "0.1.0" +dependencies = [ + "find_folder", + "http_req", + "lazy_static", + "piston_window", + "rand", + "serde", + "serde_json", + "winit", + "winres", +] + [[package]] name = "vcpkg" version = "0.2.15" diff --git a/Cargo.toml b/Cargo.toml index 5e895e8..1621e8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "timathon" +name = "unolife" version = "0.1.0" edition = "2021"