Skip to content

Commit 2f917c9

Browse files
committed
Use wxDragon from git for now to fix DDE crash
1 parent 1131de5 commit 2f917c9

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ opt-level = "z"
5050
lto = true
5151
panic = "abort"
5252
codegen-units = 1
53+
54+
[patch.crates-io]
55+
wxdragon = { git = "https://github.com/AllenDang/wxdragon" }
56+
wxdragon-sys = { git = "https://github.com/AllenDang/wxdragon" }

0 commit comments

Comments
 (0)