Skip to content

Commit

Permalink
windows: fix unicode support.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <devs@wabi.foundation>
  • Loading branch information
furby-tm committed Nov 5, 2024
1 parent 2e8d5b5 commit 57588b7
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" : "6e3e50a0855063f6b72de8ec03edca91c02e96570b715103296cfac4203713b2",
"originHash" : "08d7a7d759b2c0259271dfc03abc5019c94378061f3115ce31cd0ed11efa1548",
"pins" : [
{
"identity" : "galah",
Expand All @@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/icu.git",
"state" : {
"revision" : "156397c5079b709c9e871d27794284dc4905a794",
"version" : "76.1.0"
"revision" : "c9dae8d2f068f10d5c7ec858c5ce5292d7081bf7",
"version" : "76.1.1"
}
},
{
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.0"),
.package(url: "https://github.com/wabiverse/icu.git", from: "76.1.1"),
.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 57588b7

Please sign in to comment.