Skip to content

Commit a719a6d

Browse files
authored
fix: add StableDiffusion to package products (#149)
Add StableDiffusion library declaration in Package.swift products array to make it visible and importable in Xcode projects.
1 parent a5690ad commit a719a6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ let package = Package(
1313
.library(
1414
name: "MNIST",
1515
targets: ["MLXMNIST"]),
16+
.library(
17+
name: "StableDiffusion",
18+
targets: ["StableDiffusion"]),
1619
],
1720
dependencies: [
1821
.package(url: "https://github.com/ml-explore/mlx-swift", from: "0.16.1"),

0 commit comments

Comments
 (0)