[package] name = "lull" description = "a looping sound player for generating aural atmospheres" version = "1.0.0" authors = ["Max Bradbury "] license = "MIT" edition = "2018" crate_type = "bin" [dependencies] clipboard = "^0.5.0" dirs = "^3.0.1" glium = "^0.27.0" imgui = "^0.5.0" imgui-glium-renderer = "^0.5.0" imgui-winit-support = "^0.5.0" rodio = "^0.11.0"