Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jul 14, 2024
1 parent a317b02 commit 0a53844
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ crash-handler = "0.6.2"
urlencoding = "2.1.3"


# Linux
[target.'cfg(target_os = "linux")'.dependencies]
vibe_core = { path = "../../core", features = [] }
openssl = { version = "0.10.63", features = ["vendored"] }

# Windows
[target.'cfg(windows)'.dependencies]
vibe_core = { path = "../../core", features = [] }
windows = { version = "0.56.0", features = [
Expand All @@ -60,6 +62,7 @@ windows = { version = "0.56.0", features = [
] }
winreg = "0.52.0"

# macOS
[target.'cfg(target_os = "macos")'.dependencies]
vibe_core = { path = "../../core", features = ["coreml", "metal"] }
cocoa = "0.25.0"
Expand Down

0 comments on commit 0a53844

Please sign in to comment.