initial code
This commit is contained in:
commit
61484db6c7
8 changed files with 613 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "iced_video_player"
|
||||
version = "0.1.0"
|
||||
authors = ["jazzfool"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
iced = { git = "https://github.com/hecrj/iced", features = ["image", "tokio"] }
|
||||
ffmpeg-next = "4"
|
||||
tokio = { version = "0.2", features = ["rt-threaded", "macros"] }
|
Loading…
Add table
Add a link
Reference in a new issue