# 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 = "loopers-gui" version = "0.2.0" authors = ["Micah Wylde "] description = "Gui for loopers project. See loopers-jack for for the main project." homepage = "https://github.com/mwylde/loopers" license = "MIT OR Apache-2.0" repository = "https://github.com/mwylde/loopers" [dependencies.bytes] version = "1.0" [dependencies.chrono] version = "0.4.11" [dependencies.crossbeam-channel] version = "0.5" [dependencies.crossbeam-queue] version = "0.3" [dependencies.dirs] version = "3.0" [dependencies.gl-rs] version = "0.14.0" package = "gl" [dependencies.hound] version = "3.4.0" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.loopers-common] version = "^0.2.0" [dependencies.regex] version = "1" [dependencies.sdl2] version = "0.34" [dependencies.skia-safe] version = "0.41" features = ["gl", "x11"] [dependencies.tinyfiledialogs] version = "3.3"