release 0.1

This commit is contained in:
jazzfool 2024-02-19 14:56:09 +11:00
parent e347a9b324
commit 30a643e237
3 changed files with 58 additions and 2 deletions

View file

@ -1,9 +1,19 @@
[package]
name = "iced_video_player"
description = "A convenient video player widget for Iced"
homepage = "https://github.com/jazzfool/iced_video_player"
repository = "https://github.com/jazzfool/iced_video_player"
readme = "README.md"
keywords = ["gui", "iced", "video"]
categories = ["gui", "multimedia"]
version = "0.1.0"
authors = ["jazzfool"]
edition = "2018"
edition = "2021"
resolver = "2"
license = "MIT OR Apache-2.0"
exclude = [
".media/test.mp4"
]
[dependencies]
iced = { version = "0.12", features = ["image", "advanced", "wgpu"] }