Skip to content

Commit

Permalink
fix: realized it was already published on crate-io
Browse files Browse the repository at this point in the history
  • Loading branch information
ActuallyHappening committed Dec 1, 2023
1 parent e0b7d39 commit 7418e68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "bevy_dolly_cameras"
name = "bevy_dolly"
version = "0.0.2"
authors = ["Black Phlox <[email protected]>", "Caleb Yates <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
</br>

`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_

Expand Down Expand Up @@ -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

Expand All @@ -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.

0 comments on commit 7418e68

Please sign in to comment.