Skip to content

Commit

Permalink
Merge pull request #69 from prose-im/tauri
Browse files Browse the repository at this point in the history
Tauri improvements
  • Loading branch information
valeriansaliou authored Mar 19, 2024
2 parents 84deb0e + 1567434 commit e6d494b
Show file tree
Hide file tree
Showing 7 changed files with 621 additions and 185 deletions.
88 changes: 69 additions & 19 deletions src-tauri/Cargo.lock

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

6 changes: 4 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ tauri = { version = "1", features = [ "window-start-dragging", "shell-open", "no
serde = { version = "1", features = ["derive"] }
serde_json = "1"
directories = "5.0.1"
path_trav = "2.0.0"
reqwest = { version = "0.11.25", features = ["blocking"] }
reqwest = "0.11.25"
tokio = { version = "1.36.0", features = ["full"] }
thiserror = "1.0.58"
cocoa = "0.25.0"
objc = "0.2.7"
percent-encoding = "2.3.1"
mac-notification-sys = "0.6.1"
tauri-plugin-deep-link = "0.1.2"

[features]
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!
Expand Down
Loading

0 comments on commit e6d494b

Please sign in to comment.