2020-09-22 16:46:27 +00:00
|
|
|
[package]
|
|
|
|
name = "lull"
|
2020-09-24 07:34:21 +00:00
|
|
|
description = "a looping sound player for generating aural atmospheres"
|
|
|
|
version = "1.0.0"
|
2020-09-22 16:46:27 +00:00
|
|
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
2020-09-24 09:54:56 +00:00
|
|
|
license = "MIT"
|
2020-09-22 16:46:27 +00:00
|
|
|
edition = "2018"
|
2020-09-24 07:34:21 +00:00
|
|
|
crate_type = "bin"
|
2020-09-22 16:46:27 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2020-09-30 15:12:07 +00:00
|
|
|
clipboard = "^0.5.0"
|
2020-09-22 18:20:03 +00:00
|
|
|
dirs = "^3.0.1"
|
2020-09-30 15:12:07 +00:00
|
|
|
glium = "^0.27.0"
|
|
|
|
imgui = "^0.5.0"
|
|
|
|
imgui-glium-renderer = "^0.5.0"
|
|
|
|
imgui-winit-support = "^0.5.0"
|
2020-09-22 16:46:27 +00:00
|
|
|
rodio = "^0.11.0"
|