Skip to content

Commit

Permalink
Attempt to fix macOS build.
Browse files Browse the repository at this point in the history
  • Loading branch information
digisomni committed Oct 16, 2024
1 parent 0a15e7b commit 2fdee75
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
[package]
name = "vircadia-desktop"
version = "0.0.0"
description = ""
authors = ["DigiSomni", "Giga", "Vircadia Contributors"]
license = ""
repository = ""
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.5", features = [] }

[dependencies]
tauri = { version = "1.5", features = ["shell-open"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

[features]
# this feature is used for production builds or when `devPath` points to the filesystem
# DO NOT REMOVE!!
custom-protocol = ["tauri/custom-protocol"]
[package]
name = "vircadia-desktop"
version = "0.0.0"
description = ""
authors = ["DigiSomni", "Giga", "Vircadia Contributors"]
license = ""
repository = ""
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.5", features = [] }

[dependencies]
tauri = { version = "1.5", features = ["shell-open"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
time = "0.3.35"

[features]
# this feature is used for production builds or when `devPath` points to the filesystem
# DO NOT REMOVE!!
custom-protocol = ["tauri/custom-protocol"]

0 comments on commit 2fdee75

Please sign in to comment.