build: attempt conditional package use for linux, clarify text

This commit is contained in:
rzmk 2024-02-20 10:44:11 -05:00
parent f4a60c75a4
commit a44bbd541d
No known key found for this signature in database
4 changed files with 15 additions and 5 deletions

View file

@ -14,6 +14,12 @@ rust-version = "1.70"
name = "app_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[target.'cfg(linux)'.build-dependencies]
tauri-build = { version = "2.0.0-beta.0", features = [] }
[target.'cfg(linux)'.dependencies]
tauri = { version = "2.0.0-beta.1", features = [] }
[build-dependencies]
tauri-build = { version = "2.0.0-beta.2", features = [] }