iced_video_player/Cargo.toml

17 lines
523 B
TOML

[package]
name = "iced_video_player"
version = "0.1.0"
authors = ["jazzfool"]
edition = "2018"
[dependencies]
iced = { git = "https://github.com/hecrj/iced.git", features = ["image", "tokio"] }
iced_native = "0.3.0"
gstreamer = "0.16"
gstreamer-app = "0.16" # appsink
glib = "0.10" # gobject traits and error type
tokio = { version = "1.2.0", features = ["time"] }
thiserror = "1"
url = "2" # media uri
num-rational = "0.3" # framerates come in rationals
num-traits = "0.2" # convert rationals to floats (ToPrimitive)