Stirling-PDF/frontend/src-tauri
James Brunton 0913dbf5b7
Fix Rust warnings (#4872)
# Description of Changes
Fix warnings in Rust code on Mac. They were all being caused by file
handling logic which is now built into Tauri, so I've just been able to
remove all of the Mac specific file handling code.

I've also set warnings to be treated as errors because it'll be really
easy to accidentally introudce warnings on individual platforms which
I'm not developing, and I'd like to know about them so we can fix it
before getting dodgy code.
2025-11-11 14:16:44 +00:00
..
capabilities V2 Tauri integration (#3854) 2025-11-05 11:44:59 +00:00
icons V2 Tauri integration (#3854) 2025-11-05 11:44:59 +00:00
src Fix Rust warnings (#4872) 2025-11-11 14:16:44 +00:00
.gitignore V2 Tauri integration (#3854) 2025-11-05 11:44:59 +00:00
build.rs V2 Tauri integration (#3854) 2025-11-05 11:44:59 +00:00
Cargo.lock Fix Rust warnings (#4872) 2025-11-11 14:16:44 +00:00
Cargo.toml Fix Rust warnings (#4872) 2025-11-11 14:16:44 +00:00
stirling-pdf.desktop V2 Tauri integration (#3854) 2025-11-05 11:44:59 +00:00
tauri.conf.json V2 Tauri integration (#3854) 2025-11-05 11:44:59 +00:00