mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-01-11 22:40:32 +00:00
Updated dependencies
This commit is contained in:
parent
462d04d31b
commit
7af753e704
1 changed files with 2 additions and 1 deletions
|
|
@ -6,8 +6,9 @@ edition = "2018"
|
|||
[dependencies]
|
||||
once_cell = "1.3.1"
|
||||
native-windows-gui = { version = "1.0.4", features = ["high-dpi"] }
|
||||
native-windows-derive = "1.0.3"
|
||||
winapi = { version = "0.3.9", features = [
|
||||
"libloaderapi",
|
||||
"libloaderapi", "handleapi",
|
||||
] }
|
||||
webview2 = "0.1.0"
|
||||
webview2-sys = "0.1.0-beta.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue