This commit is contained in:
2020-09-22 17:46:27 +01:00
commit 3845a729a2
3 changed files with 66 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "lull"
description = "a catalogue of soothing sounds"
version = "0.1.0"
authors = ["Max Bradbury <max@tinybird.info>"]
edition = "2018"
[dependencies]
gio = "^0"
gtk = "^0"
rodio = "^0.11.0"