Skip to content

Commit 00ce065

Browse files
committed
bump semver + unlock egui patch
1 parent 98feeb3 commit 00ce065

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "egui-video"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55
license = "MIT"
66
description = "a video library for egui"
@@ -18,7 +18,7 @@ from_bytes = ["dep:tempfile"]
1818
sdl2-bundled = ["sdl2/bundled"]
1919

2020
[dependencies]
21-
egui = "0.28.0"
21+
egui = "0.28"
2222
atomic = "0.5.3"
2323
ffmpeg-the-third = "2.0.1"
2424
anyhow = "1.0.75"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# egui-video, a video playing library for [`egui`](https://github.com/emilk/egui)
2-
[![crates.io](https://img.shields.io/crates/v/egui-video)](https://crates.io/crates/egui-video/0.6.0)
3-
[![docs](https://docs.rs/egui-video/badge.svg)](https://docs.rs/egui-video/0.6.0/egui_video/)
2+
[![crates.io](https://img.shields.io/crates/v/egui-video)](https://crates.io/crates/egui-video)
3+
[![docs](https://docs.rs/egui-video/badge.svg)](https://docs.rs/egui-video/latest/egui_video/)
44
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/n00kii/egui-video/blob/main/README.md)
55

66
https://github.com/n00kii/egui-video/assets/57325298/c618ff0a-9ad2-4cf0-b14a-dda65dc54b23

0 commit comments

Comments
 (0)