build: fix hardcoded dependency path for ElevenLabsKit
This commit is contained in:
committed by
Peter Steinberger
parent
325a6a4e02
commit
17009d28cf
@@ -13,7 +13,7 @@ let package = Package(
|
||||
.library(name: "ClawdisChatUI", targets: ["ClawdisChatUI"]),
|
||||
],
|
||||
dependencies: [
|
||||
.package(path: "../../../../ElevenLabsKit"),
|
||||
.package(url: "https://github.com/steipete/ElevenLabsKit", branch: "main"),
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
|
||||
Reference in New Issue
Block a user