diff --git a/Cargo.toml b/Cargo.toml index 04a42b4..0c62307 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,13 +10,13 @@ documentation = "https://docs.rs/kamera" repository = "https://github.com/payload/kamera" [target.'cfg(target_os = "macos")'.dependencies] -icrate = { version = "*", features = [ +icrate = { git = "https://github.com/madsmtm/objc2.git", tag = "objc-0.4.1", features = [ "Foundation", "Foundation_NSArray", "Foundation_NSNumber", "Foundation_NSMutableDictionary", ] } -objc2 = { version = "0.4", features = ["malloc"] } +objc2 = { git = "https://github.com/madsmtm/objc2.git", tag = "objc-0.4.1", features = ["malloc"] } [target.'cfg(target_os="windows")'.dependencies] windows = { version = "0.48", features = [