2020-09-22 16:46:27 +00:00
|
|
|
[package]
|
|
|
|
name = "lull"
|
2020-10-20 20:54:08 +00:00
|
|
|
description = "a looping sound player for generating atmospheric soundscapes"
|
2021-04-09 17:46:23 +00:00
|
|
|
version = "1.0.3"
|
2020-09-22 16:46:27 +00:00
|
|
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
2020-10-20 21:18:55 +00:00
|
|
|
repository = "https://tinybird.dev/max/lull"
|
2020-09-24 09:54:56 +00:00
|
|
|
license = "MIT"
|
2020-09-22 16:46:27 +00:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-09-22 18:20:03 +00:00
|
|
|
dirs = "^3.0.1"
|
2021-04-12 12:38:41 +00:00
|
|
|
eframe = "^0.11.0"
|
|
|
|
egui = "^0.11.0"
|
2020-10-04 11:28:28 +00:00
|
|
|
gdk = "^0.13.2"
|
2020-09-22 16:46:27 +00:00
|
|
|
gio = "^0"
|
|
|
|
gtk = "^0"
|
|
|
|
rodio = "^0.11.0"
|
2021-04-09 17:46:23 +00:00
|
|
|
serde = "^1.0.125"
|
|
|
|
serde_derive = "^1.0.125"
|
|
|
|
toml = "^0.5.8"
|