diff --git a/Cargo.toml b/Cargo.toml index dd22846..e9c2750 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,9 @@ rppal = "0.13.1" [target.x86_64-apple-darwin.dependencies] minifb = "0.20" +[target.aarch64-apple-darwin.dependencies] +minifb = "0.20" + [dependencies] image = "0.23.14" imageproc = "0.22.0"