- 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
3 lines
80 B
TOML
3 lines
80 B
TOML
[target.x86_64-pc-windows-gnu]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|