diff --git a/.media/screenshot.png b/.media/screenshot.png new file mode 100644 index 0000000..5401bea Binary files /dev/null and b/.media/screenshot.png differ diff --git a/examples/test.mp4 b/.media/test.mp4 similarity index 100% rename from examples/test.mp4 rename to .media/test.mp4 diff --git a/README.md b/README.md index da19e20..495e276 100644 --- a/README.md +++ b/README.md @@ -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. + + ## Overview diff --git a/examples/minimal.rs b/examples/minimal.rs index a23955c..109244c 100644 --- a/examples/minimal.rs +++ b/examples/minimal.rs @@ -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(),