cacao
cacao copied to clipboard
cacao 0.3.0 doesn't compile for iOS
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 ()