bump deps, remove num rational
This commit is contained in:
parent
935d9320f9
commit
51794fc0b1
4 changed files with 2226 additions and 1635 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -6,16 +6,14 @@ edition = "2018"
|
|||
resolver = "2"
|
||||
|
||||
[dependencies]
|
||||
iced = { version = "0.3", features = ["image", "tokio"] }
|
||||
iced_native = "0.3"
|
||||
gstreamer = "0.17"
|
||||
gstreamer-app = "0.17" # appsink
|
||||
glib = "0.14" # gobject traits and error type
|
||||
iced = { version = "0.12", features = ["image", "tokio"] }
|
||||
iced_native = "0.10"
|
||||
gstreamer = "0.22"
|
||||
gstreamer-app = "0.22" # appsink
|
||||
glib = "0.19" # gobject traits and error type
|
||||
tokio = { version = "1", features = ["time"] }
|
||||
thiserror = "1"
|
||||
url = "2" # media uri
|
||||
num-rational = "0.4" # framerates come in rationals
|
||||
num-traits = "0.2" # convert rationals to floats (ToPrimitive)
|
||||
|
||||
[package.metadata.nix]
|
||||
systems = ["x86_64-linux"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue