|
|
|
|
|
by runevault
686 days ago
|
|
Would this be for a service style app that happens to have a UI when you need to configure it? If so that's an... interesting idea, but considering the UI is less important I'd probably mind it less (as someone who is not a fan of Electron apps). |
|
I used tauri so I could easily make that cross-platform toolbar app.
Some menu items spawn a webview (things like settings), everything else is in Rust.