learn-wgpu/code/showcase/gifs/Cargo.toml
2024-01-20 16:03:47 -07:00

22 lines
459 B
TOML

[package]
name = "gifs"
version = "0.1.0"
authors = ["Ben Hansen <https://github.com/sotrh>"]
edition = "2018"
[dependencies]
anyhow = "1.0"
bytemuck = { version = "1.12", features = [ "derive" ] }
cgmath = "0.18"
env_logger = "0.10"
pollster = "0.3"
image = "0.24.2"
log = "0.4"
tobj = "3.1"
wgpu = "0.19"
winit = { version = "0.29", features = ["rwh_05"] }
gif = "0.11.4"
futures-intrusive = "0.4"
framework = { version = "0.1.0", path = "../framework" }