Skip to content

Commit e516644

Browse files
authored
Merge pull request #2099 from squidowl/iced-build-fix
Iced Fork Build Fix
2 parents 6dcd41f + 6c02497 commit e516644

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ embed-resource = "3.0.2"
167167
windows_exe_info = "0.4"
168168

169169
[patch.crates-io]
170-
iced = { git = "https://github.com/squidowl/iced", rev = "9dab22c0365c25ab80be105af545d345c7048de5" }
171-
iced_core = { git = "https://github.com/squidowl/iced", rev = "9dab22c0365c25ab80be105af545d345c7048de5" }
172-
iced_wgpu = { git = "https://github.com/squidowl/iced", rev = "9dab22c0365c25ab80be105af545d345c7048de5" }
170+
iced = { git = "https://github.com/squidowl/iced", rev = "0233820741bd6d7dab8d3b2f6d0b8929c96f5a68" }
171+
iced_core = { git = "https://github.com/squidowl/iced", rev = "0233820741bd6d7dab8d3b2f6d0b8929c96f5a68" }
172+
iced_wgpu = { git = "https://github.com/squidowl/iced", rev = "0233820741bd6d7dab8d3b2f6d0b8929c96f5a68" }
173173

174174
[profile.packaging]
175175
inherits = "release"

0 commit comments

Comments
 (0)