File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,13 @@ categories = ["science"]
1414license = " MIT OR Apache-2.0"
1515readme = " README.md"
1616
17+ [package .metadata .docs .rs ]
18+ targets = [
19+ " aarch64-apple-darwin" ,
20+ " aarch64-apple-ios" ,
21+ " aarch64-apple-ios-sim" ,
22+ ]
23+
1724[dependencies ]
1825mlx-sys = { version = " 0.0.8" , path = " mlx-sys" }
1926mlx-macros = { version = " 0.1.0" , path = " mlx-macros" }
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ categories = ["science"]
1111license = " MIT OR Apache-2.0"
1212readme = " README.md"
1313
14+ [package .metadata .docs .rs ]
15+ targets = [
16+ " aarch64-apple-darwin" ,
17+ " aarch64-apple-ios" ,
18+ " aarch64-apple-ios-sim" ,
19+ ]
20+
1421[features ]
1522default = [" accelerate" , " metal" ]
1623
You can’t perform that action at this time.
0 commit comments