efigife/efi-bin/Cargo.toml

15 lines
373 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-07 08:26:11 +00:00
aligned-vec = { version = "0.5.0", default-features = false }
embedded-graphics.workspace = true
2024-05-07 06:06:15 +00:00
log.workspace = true
tinygif.workspace = true
uefi.workspace = true
uefi-graphics2.workspace = true