lull/Cargo.toml

18 lines
382 B
TOML

[package]
name = "lull"
description = "a looping sound player for generating aural atmospheres"
version = "1.0.0"
authors = ["Max Bradbury <max@tinybird.info>"]
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"