be_tween 0.6.0

Helper library to support tweening - with inital support for bevy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "be_tween"
version = "0.6.0"
edition = "2024"
license = "Apache-2.0"
keywords = ["gamedev", "tweening"]
description = "Helper library to support tweening - with inital support for bevy"
repository = "https://github.com/Bytekeeper/be_tween"

[dependencies]
bevy = {version = "0.16", optional = true, default-features = false, features = ["bevy_sprite", "bevy_ui", "bevy_audio", "bevy_log"]}
dyn-clone = "1.0"

[features]
default = ["bevy"]
bevy = ["dep:bevy"]