feat: add kraft paper tiled background texture for comfortable reading

This commit is contained in:
Developer
2026-05-14 20:49:27 +08:00
parent 16f801cdf8
commit d69229b1ca
5 changed files with 93 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ mod book;
mod font;
mod persistence;
mod reader;
mod texture;
mod theme;
fn main() -> eframe::Result {