From 7418e68e8bdee3df83a76cd4f6426c97f1b52bef Mon Sep 17 00:00:00 2001 From: ActuallyHappening <105958073+ActuallyHappening@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:40:41 +1000 Subject: [PATCH] fix: realized it was already published on crate-io --- Cargo.toml | 2 +- README.md | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) 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" diff --git a/README.md b/README.md index f0885d4..099c302 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@
`bevy_dolly_camera` is a prototype plugin using [h3r2tic](https://github.com/h3r2tic)'s powerful crate: [dolly](https://github.com/h3r2tic/dolly), implemented for bevy. -This crate is a fork of [bevy_dolly](https://github.com/BlackPhlox/bevy_dolly) which never saw the light of day in crates.io ⚠ **Feedback** - _Bevy_dolly's API is still being revised, so feedback on ergonomics and DX is highly appreciated_ ⚠ @@ -102,9 +101,8 @@ To see how works in Bevy in practice, please look at this repository's [examples |bevy|bevy_dolly| |---|---| -|0.12| 0.0.2 | - -(0.0.1 was never released to maintain compatibility with `bevy_dolly`'s original unreleased version) +|0.12| |0.0.2| +|0.11| |0.0.1| ## Alternatives @@ -124,4 +122,4 @@ The project is under dual license MIT and Apache 2.0, so joink to your hearts co ## Contributing -Yes please contribute! PRs are welcome any time! +Yes this project is still a WIP, so PRs are very welcome.