stremio-shell-ng/Cargo.toml
2021-07-05 19:33:54 +03:00

14 lines
No EOL
304 B
TOML

[package]
name = "stremio-shell-ng"
version = "0.1.0"
edition = "2018"
[dependencies]
once_cell = "1.3.1"
native-windows-gui = { version = "1.0.4", features = ["high-dpi"] }
winapi = { version = "0.3.9", features = [
"libloaderapi",
] }
webview2 = "0.1.0"
webview2-sys = "0.1.0-beta.1"
mpv = "0.2.3"