waffle/Cargo.toml

13 lines
288 B
TOML

[package]
name = "waffle"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
image = "0.24"
willow-desktop = { git = "https://github.com/hearth-rs/willow", rev = "de4ef03" }
winit = "0.28"