๐Ÿ“ฆ Chocorean / bevy-easy-gif

๐Ÿ“„ Cargo.toml ยท 19 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19[package]
name = "bevy_easy_gif"
version = "0.2.1"
edition = "2024"
authors = ["Chocorean <chocorean@pm.me>"]
description = "Bevy crate for easy GIF spawning in your games"
readme = "README.md"
repository = "https://github.com/chocorean/bevy-easy-gif"
license = "MIT OR Apache-2.0"
keywords = ["bevy", "gif", "assets"]
categories = ["game-development", "visualization"]
homepage = "https://github.com/chocorean/bevy-easy-gif"


[dependencies]
bevy = "0.17.2"
gif = "0.13.3"
thiserror = "2.0.17"