PolyMeilex / rfd

Rusty File Dialog
MIT License
564 stars 64 forks source link

feat: remove manifest from build.rs and leave it to users #76

Closed meowtec closed 2 years ago

meowtec commented 2 years ago

Reference: https://github.com/PolyMeilex/rfd/issues/75 https://github.com/tauri-apps/tauri/issues/4374

In Tauri, use winres for embedding the manifest: https://github.com/tauri-apps/tauri/pull/4383