save and restore window size and position

This commit is contained in:
2021-04-09 18:46:23 +01:00
parent 3e01249ecf
commit 4fd83be754
2 changed files with 74 additions and 3 deletions

View File

@@ -1,12 +1,11 @@
[package]
name = "lull"
description = "a looping sound player for generating atmospheric soundscapes"
version = "1.0.2"
version = "1.0.3"
authors = ["Max Bradbury <max@tinybird.info>"]
repository = "https://tinybird.dev/max/lull"
license = "MIT"
edition = "2018"
crate_type = "bin"
[dependencies]
dirs = "^3.0.1"
@@ -14,3 +13,6 @@ gdk = "^0.13.2"
gio = "^0"
gtk = "^0"
rodio = "^0.11.0"
serde = "^1.0.125"
serde_derive = "^1.0.125"
toml = "^0.5.8"