Initial project scaffold: Rust egui ePub reader

- Cargo.toml with eframe, egui, epub, rfd, serde dependencies
- Source modules: app, book, font, persistence, reader, theme
- MinGW static linking config
- .gitignore for build artifacts
This commit is contained in:
Developer
2026-05-13 22:56:10 +08:00
commit 2bdb8a90b9
11 changed files with 4672 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/target/