Skip to content

Commit

Permalink
update for Bevy 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jul 30, 2022
1 parent 378ed69 commit 57b3f87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_easings"
version = "0.7.0"
version = "0.8.0"
authors = ["François Mockers <mockersf@gmail.com>"]
edition = "2021"
description = "Easing plugin for Bevy"
Expand All @@ -16,12 +16,12 @@ exclude = ["examples/*.gif"]
interpolation = "0.2"

[dependencies.bevy]
version = "0.8.0-dev"
version = "0.8.0"
git = "https://github.com/bevyengine/bevy.git"
default-features = false

[dev-dependencies.bevy]
version = "0.8.0-dev"
version = "0.8.0"
git = "https://github.com/bevyengine/bevy.git"
default-features = false
features = ["render"]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ Many [ease functions](https://docs.rs/interpolation/0.2.0/interpolation/enum.Eas
|Bevy|bevy_easings|
|---|---|
|main|main|
|0.8|0.8|
|0.7|0.7|
|0.6|0.6|
|0.5|0.4|

0 comments on commit 57b3f87

Please sign in to comment.