Implement splash screen feature.

This commit is contained in:
2025-10-05 03:12:00 -07:00
parent 779a645dec
commit 3101829103
101 changed files with 30504 additions and 6 deletions

13
deps/README.md vendored Normal file
View File

@@ -0,0 +1,13 @@
# Vendored Dependencies
Currently, sprout requires some vendored dependencies to work around usage of simd.
Both `moxcms` and `simd-adler32` are used for the image library for the splash screen feature.
## moxcms
- Removed NEON, SSE, and AVX support.
## simd-adler2
- Made compilation function on UEFI targets.