Upgrade EmojiKit from 0.1.1 to 0.2.0 to add support for Unicode 16 emojis

This commit is contained in:
2025-03-12 19:27:30 +04:00
parent 0c28b4a1a6
commit 3f48903721
4 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ This Swift package allows you to show a view with all available emoji on the OS,
## Dependencies
- SwiftUI (iOS >= 15.0)
- [EmojiKit](https://github.com/tyiu/EmojiKit) (0.1.2)
- [EmojiKit](https://github.com/tyiu/EmojiKit) (0.2.0)
- [SwiftTrie](https://github.com/tyiu/swift-trie) (0.1.2)
## Installation
@@ -39,7 +39,7 @@ let package = Package(
// ...
dependencies: [
// ...
.package(url: "https://github.com/tyiu/EmojiPicker.git", .upToNextMajor(from: "0.1.1"))
.package(url: "https://github.com/tyiu/EmojiPicker.git", .upToNextMajor(from: "0.2.0"))
],
targets: [
.target(