[package] name = "egui_timeline" description = "A general timeline widget for egui, for working with time-based media and control." version = "0.2.0" authors = ["mitchmindtree "] license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["egui", "timeline", "sequencer", "automation", "daw"] repository = "https://github.com/mitchmindtree/egui_timeline.git" homepage = "https://github.com/mitchmindtree/egui_timeline" edition = "2018" [dependencies] egui = "0.29.1" egui_plot = "0.29"