build: fix hardcoded dependency path for ElevenLabsKit

This commit is contained in:
Petter Blomberg
2026-01-01 15:28:47 +01:00
committed by Peter Steinberger
parent 325a6a4e02
commit 17009d28cf
2 changed files with 11 additions and 2 deletions

View File

@@ -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(