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-22 18:20:03 +00:00
|
|
|
dirs = "^3.0.1"
|
2020-09-22 16:46:27 +00:00
|
|
|
gio = "^0"
|
|
|
|
gtk = "^0"
|
|
|
|
rodio = "^0.11.0"
|