mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-08 19:17:45 +02:00
add button to toggle sidebar
sidebar can hide itself if not enough space fix dependencies
This commit is contained in:
parent
e7a7f76f2c
commit
62af24da81
7 changed files with 88 additions and 44 deletions
|
@ -5,9 +5,9 @@ edition = "2021"
|
|||
description = "A wip universal Linux settings application."
|
||||
|
||||
[dependencies]
|
||||
ReSet-Lib = "0.1.0"
|
||||
adw = { version = "0.5.3", package = "libadwaita" }
|
||||
gtk = { version = "0.7.3", package = "gtk4" }
|
||||
ReSet-Lib = "*"
|
||||
adw = { version = "*", package = "libadwaita", features = ["v1_4"]}
|
||||
gtk = { version = "*", package = "gtk4"}
|
||||
|
||||
[build-dependencies]
|
||||
glib-build-tools = "0.18.0"
|
||||
glib-build-tools = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue