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"
|
2021-04-20 10:32:14 +01:00
|
|
|
version = "1.0.4"
|
2020-09-22 17:46:27 +01:00
|
|
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
2020-10-20 22:18:55 +01:00
|
|
|
repository = "https://tinybird.dev/max/lull"
|
2020-09-24 10:54:56 +01:00
|
|
|
license = "MIT"
|
2020-09-22 17:46:27 +01:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
|
|
[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"
|
2021-04-09 18:46:23 +01:00
|
|
|
serde = "^1.0.125"
|
|
|
|
|
serde_derive = "^1.0.125"
|
|
|
|
|
toml = "^0.5.8"
|