Skip to content
Snippets Groups Projects
Commit 17c133a0 authored by Jerome Humbert's avatar Jerome Humbert
Browse files

v0.3.3

parent 22bfe239
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [0.3.3] - 2022-03-05
### Added ### Added
......
[package] [package]
name = "bevy_tweening" name = "bevy_tweening"
version = "0.3.2" version = "0.3.3"
authors = ["François Mockers <mockersf@gmail.com>", "Jerome Humbert <djeedai@gmail.com>"] authors = ["François Mockers <mockersf@gmail.com>", "Jerome Humbert <djeedai@gmail.com>"]
edition = "2021" edition = "2021"
description = "Tweening animation plugin for the Bevy game engine" description = "Tweening animation plugin for the Bevy game engine"
......
...@@ -174,7 +174,7 @@ The process is similar to custom components, creating a custom lens for the cust ...@@ -174,7 +174,7 @@ The process is similar to custom components, creating a custom lens for the cust
## Examples ## Examples
See the [`examples/`](https://github.com/djeedai/bevy_tweening/tree/main/examples) folder. See the [`examples/`](https://github.com/djeedai/bevy_tweening/tree/22bfe239a35fdeabf1c671a3cd4bae363948d007/examples) folder.
### [`menu`](examples/menu.rs) ### [`menu`](examples/menu.rs)
...@@ -182,7 +182,7 @@ See the [`examples/`](https://github.com/djeedai/bevy_tweening/tree/main/example ...@@ -182,7 +182,7 @@ See the [`examples/`](https://github.com/djeedai/bevy_tweening/tree/main/example
cargo run --example menu --features="bevy/bevy_winit" cargo run --example menu --features="bevy/bevy_winit"
``` ```
![menu](https://raw.githubusercontent.com/djeedai/bevy_tweening/92bbadcf6b595c776ee370abe201a1866790d646/examples/menu.gif) ![menu](https://raw.githubusercontent.com/djeedai/bevy_tweening/22bfe239a35fdeabf1c671a3cd4bae363948d007/examples/menu.gif)
### [`sprite_color`](examples/sprite_color.rs) ### [`sprite_color`](examples/sprite_color.rs)
...@@ -190,7 +190,7 @@ cargo run --example menu --features="bevy/bevy_winit" ...@@ -190,7 +190,7 @@ cargo run --example menu --features="bevy/bevy_winit"
cargo run --example sprite_color --features="bevy/bevy_winit" cargo run --example sprite_color --features="bevy/bevy_winit"
``` ```
![sprite_color](https://raw.githubusercontent.com/djeedai/bevy_tweening/92bbadcf6b595c776ee370abe201a1866790d646/examples/sprite_color.gif) ![sprite_color](https://raw.githubusercontent.com/djeedai/bevy_tweening/22bfe239a35fdeabf1c671a3cd4bae363948d007/examples/sprite_color.gif)
### [`transform_rotation`](examples/transform_rotation.rs) ### [`transform_rotation`](examples/transform_rotation.rs)
...@@ -198,7 +198,7 @@ cargo run --example sprite_color --features="bevy/bevy_winit" ...@@ -198,7 +198,7 @@ cargo run --example sprite_color --features="bevy/bevy_winit"
cargo run --example transform_rotation --features="bevy/bevy_winit" cargo run --example transform_rotation --features="bevy/bevy_winit"
``` ```
![sprite_color](https://raw.githubusercontent.com/djeedai/bevy_tweening/92bbadcf6b595c776ee370abe201a1866790d646/examples/transform_rotation.gif) ![sprite_color](https://raw.githubusercontent.com/djeedai/bevy_tweening/22bfe239a35fdeabf1c671a3cd4bae363948d007/examples/transform_rotation.gif)
### [`transform_translation`](examples/transform_translation.rs) ### [`transform_translation`](examples/transform_translation.rs)
...@@ -206,7 +206,7 @@ cargo run --example transform_rotation --features="bevy/bevy_winit" ...@@ -206,7 +206,7 @@ cargo run --example transform_rotation --features="bevy/bevy_winit"
cargo run --example transform_translation --features="bevy/bevy_winit" cargo run --example transform_translation --features="bevy/bevy_winit"
``` ```
![sprite_color](https://raw.githubusercontent.com/djeedai/bevy_tweening/92bbadcf6b595c776ee370abe201a1866790d646/examples/transform_translation.gif) ![sprite_color](https://raw.githubusercontent.com/djeedai/bevy_tweening/22bfe239a35fdeabf1c671a3cd4bae363948d007/examples/transform_translation.gif)
### [`colormaterial_color`](examples/colormaterial_color.rs) ### [`colormaterial_color`](examples/colormaterial_color.rs)
...@@ -214,7 +214,7 @@ cargo run --example transform_translation --features="bevy/bevy_winit" ...@@ -214,7 +214,7 @@ cargo run --example transform_translation --features="bevy/bevy_winit"
cargo run --example colormaterial_color --features="bevy/bevy_winit" cargo run --example colormaterial_color --features="bevy/bevy_winit"
``` ```
![colormaterial_color](https://raw.githubusercontent.com/djeedai/bevy_tweening/92bbadcf6b595c776ee370abe201a1866790d646/examples/colormaterial_color.gif) ![colormaterial_color](https://raw.githubusercontent.com/djeedai/bevy_tweening/22bfe239a35fdeabf1c671a3cd4bae363948d007/examples/colormaterial_color.gif)
### [`ui_position`](examples/ui_position.rs) ### [`ui_position`](examples/ui_position.rs)
...@@ -222,7 +222,7 @@ cargo run --example colormaterial_color --features="bevy/bevy_winit" ...@@ -222,7 +222,7 @@ cargo run --example colormaterial_color --features="bevy/bevy_winit"
cargo run --example ui_position --features="bevy/bevy_winit" cargo run --example ui_position --features="bevy/bevy_winit"
``` ```
![ui_position](https://raw.githubusercontent.com/djeedai/bevy_tweening/92bbadcf6b595c776ee370abe201a1866790d646/examples/ui_position.gif) ![ui_position](https://raw.githubusercontent.com/djeedai/bevy_tweening/22bfe239a35fdeabf1c671a3cd4bae363948d007/examples/ui_position.gif)
### [`sequence`](examples/sequence.rs) ### [`sequence`](examples/sequence.rs)
...@@ -230,7 +230,7 @@ cargo run --example ui_position --features="bevy/bevy_winit" ...@@ -230,7 +230,7 @@ cargo run --example ui_position --features="bevy/bevy_winit"
cargo run --example sequence --features="bevy/bevy_winit" cargo run --example sequence --features="bevy/bevy_winit"
``` ```
![sequence](https://raw.githubusercontent.com/djeedai/bevy_tweening/92bbadcf6b595c776ee370abe201a1866790d646/examples/sequence.gif) ![sequence](https://raw.githubusercontent.com/djeedai/bevy_tweening/22bfe239a35fdeabf1c671a3cd4bae363948d007/examples/sequence.gif)
## Ease Functions ## Ease Functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment