From 708c7ac54dbc31c90d53373c3aa63637ef4a6139 Mon Sep 17 00:00:00 2001 From: Elijah Voigt Date: Fri, 30 Jun 2023 16:48:56 -0700 Subject: [PATCH] Just going to do animation in the text inspect bin --- Cargo.toml | 4 ---- bin/animate-anything.rs | 0 2 files changed, 4 deletions(-) delete mode 100644 bin/animate-anything.rs diff --git a/Cargo.toml b/Cargo.toml index 62ae917..1e8159f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,9 +23,5 @@ path = "bin/animation-wtf.rs" name = "text-inspect" path = "bin/text-inspect.rs" -[[bin]] -name = "animate-anything" -path = "bin/animate-anything.rs" - [dependencies] bevy = "0.10" diff --git a/bin/animate-anything.rs b/bin/animate-anything.rs deleted file mode 100644 index e69de29..0000000