Fix sample app

This commit is contained in:
2024-06-13 00:30:47 -04:00
parent 249f6c5bc4
commit 2ede03ebf6
5 changed files with 24 additions and 51 deletions

View File

@@ -15,7 +15,6 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
// .package(url: "https://github.com/tyiu/EmojiKit", branch: "emoji-keywords")
.package(url: "https://github.com/tyiu/EmojiKit", .upToNextMajor(from: "0.1.0")),
.package(url: "https://github.com/tyiu/swift-trie", .upToNextMajor(from: "0.1.1"))
],