[package]
edition = "2018"
name = "egui_timeline"
version = "0.3.0"
authors = ["mitchmindtree <mail@mitchellnordine.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A general timeline widget for egui, for working with time-based media and control."
homepage = "https://github.com/mitchmindtree/egui_timeline"
readme = "README.md"
keywords = [
"egui",
"timeline",
"sequencer",
"automation",
"daw",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mitchmindtree/egui_timeline.git"
[lib]
name = "egui_timeline"
path = "src/lib.rs"
[dependencies.egui]
version = "0.29.1"
[dependencies.egui_plot]
version = "0.29"