浏览代码

add required dependency

Benedikt Terhechte 2 年之前
父节点
当前提交
0ec30345d4
共有 1 个文件被更改,包括 1 次插入0 次删除
  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"]