From 62726e2ce3495272907577791d79d7fc5d1e7273 Mon Sep 17 00:00:00 2001 From: ActuallyHappening <105958073+ActuallyHappening@users.noreply.github.com> Date: Fri, 1 Dec 2023 19:10:26 +1000 Subject: [PATCH] fix: correct package name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8d3a66f..0b99059 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "bevy_dolly_cameras" +name = "bevy_dolly" version = "0.0.2" authors = ["Black Phlox ", "Caleb Yates "] license = "MIT OR Apache-2.0"