Skip to content

Commit

Permalink
windows: resolve a missing symbol error with unicode support.
Browse files Browse the repository at this point in the history
* due to the missing 'icudt76_dat' symbol/file which is currently not an issue for pegtl at the time of writing.

Signed-off-by: furby™ <devs@wabi.foundation>
  • Loading branch information
furby-tm committed Nov 5, 2024
1 parent b623558 commit 79f84c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "08d7a7d759b2c0259271dfc03abc5019c94378061f3115ce31cd0ed11efa1548",
"originHash" : "8e75c74fd8727ced26846f65be09f3de4e97a586f165f75940d1d7ddf9c58a52",
"pins" : [
{
"identity" : "galah",
Expand All @@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/icu.git",
"state" : {
"revision" : "c9dae8d2f068f10d5c7ec858c5ce5292d7081bf7",
"version" : "76.1.1"
"revision" : "07ddbe4cab45175e70b22ed05240bac5ec7e0421",
"version" : "76.1.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ let package = Package(
dependencies: [
// prepare for SwiftCrossUI, for a cross-platform UsdView.
// .package(url: "https://github.com/stackotter/swift-cross-ui", revision: "5c5d8c8"),
.package(url: "https://github.com/wabiverse/icu.git", from: "76.1.1"),
.package(url: "https://github.com/wabiverse/icu.git", from: "76.1.2"),
.package(url: "https://github.com/wabiverse/MetaverseKit", from: "1.8.5"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.3"),
Expand Down

0 comments on commit 79f84c5

Please sign in to comment.