# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "egui_timeline" version = "0.2.0" authors = ["mitchmindtree "] 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" [dependencies.egui] version = "0.29.1" [dependencies.egui_plot] version = "0.29"