1
0
Fork 0
mirror of https://github.com/Xetibo/ReSet.git synced 2025-04-15 17:38:33 +02:00
ReSet/Cargo.toml
tranfelix 62af24da81 add button to toggle sidebar
sidebar can hide itself if not enough space
fix dependencies
2023-10-17 14:59:07 +02:00

14 lines
306 B
TOML

[package]
name = "reset"
version = "0.1.0"
edition = "2021"
description = "A wip universal Linux settings application."
[dependencies]
ReSet-Lib = "*"
adw = { version = "*", package = "libadwaita", features = ["v1_4"]}
gtk = { version = "*", package = "gtk4"}
[build-dependencies]
glib-build-tools = "*"