initial commit

This commit is contained in:
2025-05-15 16:33:37 +09:00
commit 3c35bc7fea
18 changed files with 917 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[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"] }