Files
epub-read/.cargo/config.toml
Developer 2bdb8a90b9 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
2026-05-13 22:56:10 +08:00

3 lines
80 B
TOML

[target.x86_64-pc-windows-gnu]
rustflags = ["-C", "target-feature=+crt-static"]