Files
uefi-video/Cargo.toml
mincomk 2a29803520
Some checks failed
Lint / lint (push) Failing after 5m14s
docs: update README
2025-06-02 17:22:26 +09:00

15 lines
272 B
TOML

[package]
name = "uefi-video"
version = "0.1.0"
edition = "2024"
[dependencies]
embedded-graphics-core = "0.4.0"
libm = "0.2.15"
log = "0.4.27"
png-decoder = "0.1.1"
spin = "0.10.0"
tinygif = "0.0.4"
uefi = { version = "0.35.0", features = ["logger", "panic_handler"] }