update resources
This commit is contained in:
parent
61484db6c7
commit
4926a95ed7
4 changed files with 5 additions and 3 deletions
BIN
.media/screenshot.png
Normal file
BIN
.media/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
|
@ -1,6 +1,8 @@
|
|||
# Iced Video Player
|
||||
# Iced Video Player Widget
|
||||
|
||||
Composable component to play videos in Iced applications.
|
||||
Composable component to play videos in any Iced application.
|
||||
|
||||
<img src=".media/screenshot.png" width="50%" />
|
||||
|
||||
## Overview
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ impl Application for App {
|
|||
&std::path::PathBuf::from(file!())
|
||||
.parent()
|
||||
.unwrap()
|
||||
.join("test.mp4"),
|
||||
.join("../.media/test.mp4"),
|
||||
)
|
||||
.unwrap(),
|
||||
pause_btn: Default::default(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue