[package]
name = "egui-video"
version = "0.6.0"
edition = "2021"
license = "MIT"
description = "a video library for egui"
repository = "https://github.com/n00kii/egui-video"
readme = "README.md"
authors = ["n00kii"]
[features]
default = ["sdl2/bundled"]
from_bytes = ["dep:tempfile"]
sdl2-bundled = ["sdl2/bundled"]
[dependencies]
egui = "0.23.0"
atomic = "0.5.3"
ffmpeg-the-third = "1.2.2"
anyhow = "1.0.75"
timer = "0.2.0"
chrono = "0.4.31"
tempfile = { version = "3.8.1", optional = true }
sdl2 = { version = "0.35.2" }
ringbuf = "0.3.3"
parking_lot = "0.12.1"
itertools = "0.11.0"
nom = "7.1.3"
[dev-dependencies]
rfd = "0.11.0"
eframe = "0.23.0"