Quickly change and save network settings. For people that plug into a lot of networks
https://tauri.app/v1/guides/getting-started/prerequisites
npm install
npm run tauri dev
npm run tauri build
npm run dev
https://crates.io/crates/netscan
https://github.com/nabijaczleweli/rust-embed-resource#example-embedding-a-windows-manifest
https://github.com/tauri-apps/tauri-plugin-log
tauri.conf.json
for offline install of WebView2{
"tauri": {
"bundle": {
"windows": {
"webviewInstallMode": {
"type": "offlineInstaller"
}
}
}
}
}