From 941c91eb0fcbd7dd7dc33a85c3e9db580484af15 Mon Sep 17 00:00:00 2001 From: Cazdotsys Date: Sun, 1 Dec 2024 18:10:14 -0500 Subject: [PATCH] Rename cargo.toml to Cargo.toml --- cargo.toml => Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename cargo.toml => Cargo.toml (97%) diff --git a/cargo.toml b/Cargo.toml similarity index 97% rename from cargo.toml rename to Cargo.toml index f2fa59a..63ba671 100644 --- a/cargo.toml +++ b/Cargo.toml @@ -4,4 +4,4 @@ members = [ "engine", "editor", "xtask", -] \ No newline at end of file +]