efigife/efi-bin/Cargo.toml

14 lines
396 B
TOML
Raw Normal View History

2024-05-05 18:14:45 +00:00
[package]
name = "efigife"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-05-05 21:27:07 +00:00
byteorder.workspace = true
2024-05-05 18:14:45 +00:00
embedded-graphics = "0.8.1"
tinygif = { version = "0.0.4", features = ["8k"] }
uefi = { version = "0.28.0", features = ["global_allocator", "panic_handler", "alloc"] }
uefi-graphics2 = "0.1.3"