Add support for emojis with multiple skin tones

This commit is contained in:
2024-06-16 20:07:49 -04:00
parent 719d405244
commit dbda721fba
4 changed files with 88 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/apple/swift-collections.git", .upToNextMajor(from: "1.1.0")),
.package(url: "https://github.com/apple/swift-collections.git", .upToNextMajor(from: "1.1.1")),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.0"),
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.6.0"),
],