Skip to content

Commit

Permalink
Merge pull request #31 from frack113/feat/remove-sysinfo
Browse files Browse the repository at this point in the history
Feat/remove sysinfo
  • Loading branch information
frack113 authored Aug 26, 2024
2 parents 0f2e458 + 942fcc8 commit 62abff5
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 188 deletions.
180 changes: 12 additions & 168 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ name = "wag"
path = "./src/main.rs"

[dependencies]
base64 = { version = "0.22.1" }
windows = { version = "0.58.0", features = [
"Win32_System_Pipes",
"Win32_Foundation",
"Win32_System_Diagnostics_ToolHelp",
"Win32_Security",
"Win32_Storage_FileSystem",
"Win32_UI_Shell",
Expand All @@ -38,10 +38,10 @@ windows = { version = "0.58.0", features = [
"Win32_System_Threading",
"Win32_System_Memory",
] }
base64 = { version = "0.22.1" }
clap = { version = "4.5.16", features = ["derive"] }
rand = "0.8.5"
regex_generate = "0.2.3"
sysinfo = "0.31.3"

[build-dependencies]
winres = "0.1.12"
Expand Down
Loading

0 comments on commit 62abff5

Please sign in to comment.