Skip to content

Commit

Permalink
Enable wry's default features
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Nov 25, 2023
1 parent 0855c2e commit 7857bbf
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 1 deletion.
124 changes: 124 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = { version = "1.0.193", default-features = false, features = ["derive"] }
serde_json = "1.0.108"
simple_logger = { version = "4.3.0", default-features = false, features = ["stderr"] }
tao = { version = "0.24", default-features = false, features = [ "rwh_05" ] }
wry = { version = "0.35.0", default-features = false, features = ["devtools"] }
wry = { version = "0.35.0", features = ["devtools"] }

[build-dependencies]
static_vcruntime = "2.0.0"
Expand Down

0 comments on commit 7857bbf

Please sign in to comment.