Skip to content

Commit

Permalink
Use updated versoin of wxrust-vendored-config
Browse files Browse the repository at this point in the history
  • Loading branch information
kenz-gelsoft committed Sep 6, 2022
1 parent dde8502 commit 4e32816
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
11 changes: 5 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions wx-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ license = "MIT"
[features]
vendored = [
"wxrust-config/vendored",
"dep:wx-x86_64-pc-windows-gnu",
]

[target.x86_64-pc-windows-gnu.dependencies]
wx-x86_64-pc-windows-gnu = { git = "https://github.com/ancwrd1/wx-x86_64-pc-windows-gnu", optional = true }

[build-dependencies]
cc = "1.0.72"
wxrust-config = "0.0.1-alpha2"
4 changes: 0 additions & 4 deletions wx-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@ license = "MIT"
[features]
vendored = [
"wxrust-config/vendored",
"dep:wx-x86_64-pc-windows-gnu",
]

[dependencies]
wx-base = { path = "../wx-base", package="wxrust-base" }

[target.x86_64-pc-windows-gnu.dependencies]
wx-x86_64-pc-windows-gnu = { git = "https://github.com/ancwrd1/wx-x86_64-pc-windows-gnu", optional = true }

[build-dependencies]
cc = "1.0.72"
wxrust-config = "0.0.1-alpha2"

0 comments on commit 4e32816

Please sign in to comment.