Forráskód Böngészése

add required dependency

Benedikt Terhechte 2 éve
szülő
commit
0ec30345d4
1 módosított fájl, 1 hozzáadás és 0 törlés
  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"]