Fix builds?

This commit is contained in:
lights0123 2020-09-26 18:54:17 -04:00
parent 3c62f32a85
commit 0749f985df
No known key found for this signature in database
GPG key ID: 28F315322E37972F
3 changed files with 7 additions and 5 deletions

9
src-tauri/Cargo.lock generated
View file

@ -622,9 +622,9 @@ dependencies = [
[[package]] [[package]]
name = "image" name = "image"
version = "0.23.9" version = "0.23.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "974e194911d1f7efe3cd8a8f9db3b767e43536327e899e8bc9a12ef5711b74d2" checksum = "985fc06b1304d19c28d5c562ed78ef5316183f2b0053b46763a0b94862373c34"
dependencies = [ dependencies = [
"bytemuck", "bytemuck",
"byteorder", "byteorder",
@ -736,9 +736,9 @@ dependencies = [
[[package]] [[package]]
name = "libnspire-sys" name = "libnspire-sys"
version = "0.2.2" version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2102647463fd58465518fc903140cc3ebe189743e98f91ec16f0aadc931bc8" checksum = "4dff025b6869a1f163254e00fb9250d0705a4a7b645c0ce9aa3a90e65cede9b5"
dependencies = [ dependencies = [
"cc", "cc",
"globwalk", "globwalk",
@ -844,6 +844,7 @@ dependencies = [
"indicatif", "indicatif",
"lazy_static", "lazy_static",
"libnspire", "libnspire",
"libusb1-sys",
"native-dialog", "native-dialog",
"rusb", "rusb",
"serde", "serde",

View file

@ -20,6 +20,7 @@ tauri = { version = "0.9", features = [ "event", "notification" ] }
native-dialog = "0.4.3" native-dialog = "0.4.3"
clap = "3.0.0-beta.2" clap = "3.0.0-beta.2"
indicatif = "0.15.0" indicatif = "0.15.0"
libusb1-sys = { version = "0.4.2", features = [ "vendored" ] }
[target."cfg(windows)".build-dependencies] [target."cfg(windows)".build-dependencies]
winres = "0.1" winres = "0.1"

View file

@ -6,7 +6,7 @@
}, },
"bundle": { "bundle": {
"active": true, "active": true,
"targets": ["osx", "msi", "appimage", "dmg"], "targets": "all",
"identifier": "com.tauri.dev", "identifier": "com.tauri.dev",
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",