feat: animation plugin

This commit is contained in:
Nova
2025-07-01 02:20:56 -07:00
parent 13210f858d
commit 017a7d4c7b
3 changed files with 29 additions and 1 deletions

View File

@@ -79,7 +79,7 @@ mint = "0.5.9"
tokio = { version = "1.39.2", features = ["rt-multi-thread", "signal", "time"] }
# bevy
bevy = { version = "0.16", features = ["wayland", "mp3", "wav"] }
bevy = { version = "0.16", features = ["wayland", "mp3", "wav", "animation", "qoi", "png", "hdr", "jpeg"] }
bevy_mod_xr = "0.3"
bevy_mod_openxr = "0.3"
# bevy_sk.git = "https://github.com/MalekiRe/bevy_sk"