bug-001: fix tray menu, add autostart and crash recovery launcher
All checks were successful
Build Check / build (push) Successful in 4m2s
All checks were successful
Build Check / build (push) Successful in 4m2s
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -2,11 +2,17 @@
|
||||
name = "tickr"
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
authors = ["Whitlocktech"]
|
||||
license = "MIT"
|
||||
|
||||
[[bin]]
|
||||
name = "tickr"
|
||||
path = "src/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tickr-launcher"
|
||||
path = "src/launcher.rs"
|
||||
|
||||
[dependencies]
|
||||
eframe = { version = "0.27", features = ["default"] }
|
||||
egui = "0.27"
|
||||
@@ -19,6 +25,7 @@ anyhow = "1"
|
||||
toml = "0.8"
|
||||
dirs = "5"
|
||||
semver = "1"
|
||||
winreg = "0.52"
|
||||
tray-icon = "0.14"
|
||||
image = { version = "0.25", default-features = false, features = ["ico"] }
|
||||
|
||||
@@ -30,3 +37,6 @@ strip = true
|
||||
|
||||
[target.'cfg(windows)'.build-dependencies]
|
||||
winres = "0.1"
|
||||
|
||||
[package.metadata.wix]
|
||||
eula = false
|
||||
Reference in New Issue
Block a user