mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-01-11 22:40:32 +00:00
22 lines
No EOL
523 B
TOML
22 lines
No EOL
523 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", "notice"] }
|
|
native-windows-derive = "1.0.3"
|
|
winapi = { version = "0.3.9", features = [
|
|
"libloaderapi", "handleapi", "wincon", "winuser"
|
|
] }
|
|
webview2 = "0.1.0"
|
|
webview2-sys = "0.1.0-beta.1"
|
|
mpv = "0.2.3"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
structopt = "0.3"
|
|
open = "1"
|
|
|
|
[build-dependencies]
|
|
embed-resource = "1.3" |