diff --git a/Cargo.toml b/Cargo.toml index 1b1fdb7..62ae917 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,12 @@ name = "animation-wtf" path = "bin/animation-wtf.rs" [[bin]] -name = "text-wtf" -path = "bin/text-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 new file mode 100644 index 0000000..e69de29 diff --git a/bin/text-wtf.rs b/bin/text-inspect.rs similarity index 100% rename from bin/text-wtf.rs rename to bin/text-inspect.rs