mirror of
https://github.com/tonytins/amtkstat.git
synced 2025-10-16 07:03:28 -04:00
New launch browser component
- Now possible to click links that launch the browser from the backend - Version scheme change to account for different methods with desktop applications
This commit is contained in:
parent
858762d54e
commit
80210156bb
28 changed files with 253 additions and 40 deletions
|
@ -14,6 +14,7 @@ tauri-build = { version = "1", features = [] }
|
|||
tauri = { version = "1", features = ["shell-open"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
webbrowser = "1.0.2"
|
||||
|
||||
[features]
|
||||
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue