# 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 = "2021" name = "tweak_runner" version = "0.2.3" description = "a runner for the tweak shader library." readme = "README.md" license = "MIT" [dependencies.chrono] version = "0.4.31" [dependencies.cpal] version = "0.15.2" [dependencies.egui-notify] version = "0.13" [dependencies.egui-wgpu] version = "0.26.2" features = ["winit"] [dependencies.egui-winit] version = "0.26.0" [dependencies.egui_plot] version = "0.26.0" [dependencies.image] version = "0.24.7" [dependencies.notify] version = "6.1.1" [dependencies.pollster] version = "0.3.0" [dependencies.ringbuf] version = "0.3.3" [dependencies.rustfft] version = "6.1.0" [dependencies.tinyfiledialogs] version = "3.9.1" [dependencies.tweak_shader] version = "0.2.6" [features] audio = ["tweak_shader/audio"] default = [] video = ["tweak_shader/video"]