mirror of
https://github.com/hyprutils/hyprgui.git
synced 2026-07-21 06:44:52 -05:00
21 lines
523 B
TOML
21 lines
523 B
TOML
[package]
|
|
name = "hyprlandgui"
|
|
version = "0.1.0"
|
|
authors = ["Nyx <nnyyxxxx@protonmail.com>", "Adam Perkowski <adas1per@protonmail.com>"]
|
|
license = "GPL-2.0"
|
|
description = "GUI for configuring Hyprland!"
|
|
repository = "https://github.com/nnyyxxxx/hyprlandgui.git"
|
|
readme = "readme.md"
|
|
keywords = [
|
|
"gui",
|
|
"hyprland",
|
|
"wayland",
|
|
"config",
|
|
]
|
|
categories = ["gui"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
gtk = { version = "0.9.2", package = "gtk4", features = ["v4_16"] }
|
|
hyprland-parser = { path = "hyprland-parser" }
|