Skip to content

Commit

Permalink
cargo: Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Dec 29, 2020
1 parent ca50c59 commit e6a72df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ maintenance = { status = "actively-developed" }
default-target = "x86_64-pc-windows-msvc"

[dependencies]
libloading = "0.6.2"
com-rs = "0.2.1"
bitflags = "1.2.1"
widestring = "0.4.2"
libloading = "0.6"
com-rs = "0.2"
bitflags = "1.2"
widestring = "0.4"
thiserror = "1.0"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["wtypes", "oleauto", "combaseapi"] }
winapi = { version = "0.3", features = ["wtypes", "oleauto", "combaseapi"] }

[target.'cfg(not(windows))'.dependencies]
libc = "0.2"

[dev-dependencies]
rspirv = "0.7.0"
rspirv = "0.7"

0 comments on commit e6a72df

Please sign in to comment.