cacao icon indicating copy to clipboard operation
cacao copied to clipboard

cacao 0.3.0 doesn't compile for iOS

Open Miha-Rozina opened this issue 3 years ago • 0 comments
trafficstars

I get the following error after upgrading cacao to the latest version.

error[E0308]: mismatched types --> .../cacao-0.3.0/src/image/image.rs:211:26 | 211 | false => { | _________^ 212 | | #[cfg(target_os = "macos")] 213 | | panic!("SFSymbols are only supported on macOS 11.0 and up.") 214 | | } | |^ expected *-ptr, found () | = note: expected raw pointer *mut Object found unit type ()

Miha-Rozina avatar Jul 20 '22 12:07 Miha-Rozina