begin cli args

This commit is contained in:
eneller
2026-01-26 11:08:48 +01:00
parent 2b6ea24d5e
commit 93041a370e
10 changed files with 223 additions and 33 deletions

View File

@@ -34,6 +34,9 @@ windows = { version = "0.62.2", features = [
[target.'cfg(target_os = "linux")'.dependencies]
x11 = { version = "2.21.0", features = ["xlib"] }
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-cli = "2"
[profile.dev]
incremental = true # Compile your binary in smaller steps.