update iced to 0.13, v0.4
This commit is contained in:
parent
65f9cc5a5d
commit
61b083929e
6 changed files with 1151 additions and 256 deletions
|
@ -6,7 +6,7 @@ repository = "https://github.com/jazzfool/iced_video_player"
|
|||
readme = "README.md"
|
||||
keywords = ["gui", "iced", "video"]
|
||||
categories = ["gui", "multimedia"]
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["jazzfool"]
|
||||
edition = "2021"
|
||||
resolver = "2"
|
||||
|
@ -16,9 +16,9 @@ exclude = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
iced = { version = "0.12", features = ["image", "advanced", "wgpu"] }
|
||||
iced = { version = "0.13", features = ["image", "advanced", "wgpu"] }
|
||||
iced_native = "0.10"
|
||||
iced_wgpu = "0.12"
|
||||
iced_wgpu = "0.13"
|
||||
gstreamer = "0.22"
|
||||
gstreamer-app = "0.22" # appsink
|
||||
gstreamer-base = "0.22" # basesrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue