update resources

This commit is contained in:
jazzfool 2020-08-19 23:14:33 +10:00
parent 61484db6c7
commit 4926a95ed7
4 changed files with 5 additions and 3 deletions

BIN
.media/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View file

@ -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

View file

@ -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(),