File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " bevy_transform_interpolation"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66authors = [
" Joona Aalto <[email protected] >" ]
@@ -27,13 +27,13 @@ libm = ["bevy/libm"]
2727critical-section = [" bevy/critical-section" ]
2828
2929[dependencies ]
30- bevy = { version = " 0.16.0-rc " , default-features = false }
30+ bevy = { version = " 0.16" , default-features = false }
3131
3232# Serialization
3333serde = { version = " 1.0" , default-features = false , optional = true }
3434
3535[dev-dependencies ]
36- bevy = { version = " 0.16.0-rc " , default-features = false , features = [
36+ bevy = { version = " 0.16" , default-features = false , features = [
3737 " bevy_core_pipeline" ,
3838 " bevy_text" ,
3939 " bevy_ui" ,
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ and `NonlinearRotationEasing` marker components. Custom easing solutions can be
156156
157157| ` bevy ` | ` bevy_transform_interpolation ` |
158158| ------- | ------------------------------ |
159- | 0.16 RC | main |
159+ | 0.16 | 0.2 |
160160| 0.15 | 0.1 |
161161
162162## License
You can’t perform that action at this time.
0 commit comments