feat: basic list store implementation

This commit is contained in:
Ashley Wulber 2021-11-23 18:09:35 -05:00
parent 0a91ca0ccd
commit 32b47eea02
4 changed files with 329 additions and 50 deletions

View file

@ -11,5 +11,6 @@ gio = "0.14.8"
gtk4 = "0.3.1"
x11 = { version = "2", features = ["xlib"] }
# examples/launcher
pop-launcher = "1.0.3"
pop-launcher = "=1.0.3"
serde_json = "1.0.70"
once_cell = "1.8.0"