2020-09-22 17:46:27 +01:00
|
|
|
[package]
|
|
|
|
|
name = "lull"
|
2020-10-20 21:54:08 +01:00
|
|
|
description = "a looping sound player for generating atmospheric soundscapes"
|
|
|
|
|
version = "1.0.1"
|
2020-09-22 17:46:27 +01:00
|
|
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
2020-09-24 10:54:56 +01:00
|
|
|
license = "MIT"
|
2020-09-22 17:46:27 +01:00
|
|
|
edition = "2018"
|
2020-09-24 08:34:21 +01:00
|
|
|
crate_type = "bin"
|
2020-09-22 17:46:27 +01:00
|
|
|
|
|
|
|
|
[dependencies]
|
2020-09-22 19:20:03 +01:00
|
|
|
dirs = "^3.0.1"
|
2020-10-04 12:28:28 +01:00
|
|
|
gdk = "^0.13.2"
|
2020-09-22 17:46:27 +01:00
|
|
|
gio = "^0"
|
|
|
|
|
gtk = "^0"
|
|
|
|
|
rodio = "^0.11.0"
|