Closed Commandcracker closed 3 days ago
tauri-winres is way faster because it is using embed_resource and this also means it does not rely on rc.exe or windres.exe and ar.exe, making cross-compile possible.
(See https://github.com/Snowiiii/Pumpkin/issues/312#issuecomment-2483389125)
Things need to be done before this Pull Request can be merged.
cargo fmt
cargo clippy
Looks good to me. Thanks @Commandcracker :D
Description
tauri-winres is way faster because it is using embed_resource and this also means it does not rely on rc.exe or windres.exe and ar.exe, making cross-compile possible.
(See https://github.com/Snowiiii/Pumpkin/issues/312#issuecomment-2483389125)
Testing
Checklist
Things need to be done before this Pull Request can be merged.
cargo fmt
cargo clippy