Skip to content

Commit

Permalink
local compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
photovoltex committed Mar 17, 2024
1 parent 2ea8337 commit 7cdc33f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ description = "Easily connect your rust frontend and backend without writing dup
readme = "README.md"

[dependencies]
#tauri-interop-macro = { path = "./tauri-interop-macro" }
tauri-interop-macro = "2.1.1"
tauri-interop-macro = { path = "./tauri-interop-macro" }
#tauri-interop-macro = "2.1.1"

js-sys = "0.3"
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -43,8 +43,8 @@ leptos = { version = "0.6", optional = true }
tauri = { version = "1.6", default-features = false, features = ["wry"] }

[target.'cfg(target_family = "wasm")'.dependencies]
#tauri-interop-macro = { path = "./tauri-interop-macro", features = ["_wasm"] }
tauri-interop-macro = { version = "2.1.1", features = [ "_wasm" ] }
tauri-interop-macro = { path = "./tauri-interop-macro", features = ["_wasm"] }
#tauri-interop-macro = { version = "2.1.1", features = [ "_wasm" ] }

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies]
tauri = "1.6"
Expand Down
2 changes: 0 additions & 2 deletions test-project/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7cdc33f

Please sign in to comment.