Sfoglia il codice sorgente

add required dependency

Benedikt Terhechte 2 anni fa
parent
commit
0ec30345d4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/desktop/Cargo.toml

+ 1 - 0
packages/desktop/Cargo.toml

@@ -48,6 +48,7 @@ objc_id = "0.1.1"
 
 [target.'cfg(target_os = "macos")'.dependencies]
 core-foundation = "0.9.3"
+objc = "0.2.7"
 
 [features]
 default = ["tokio_runtime", "hot-reload"]