Files
picocalc-os-rs/user-apps/gif/Cargo.toml
2025-11-05 08:32:33 -07:00

11 lines
239 B
TOML

[package]
name = "gif"
version = "0.1.0"
edition = "2024"
[dependencies]
abi = { path = "../../abi" }
embedded-graphics = "0.8.1"
selection_ui = { path = "../../selection_ui" }
tinygif = { git = "https://github.com/LegitCamper/tinygif" }