21 lines
504 B
TOML
21 lines
504 B
TOML
[package]
|
||
name = "diyagl-rs"
|
||
version = "0.1.0"
|
||
edition = "2021"
|
||
authors = ["Dany LE"]
|
||
description = "DIYAGL Is Yet Another GTK4 Layer‑shell"
|
||
license = "MIT"
|
||
readme = "README.md"
|
||
keywords = ["Gtk4", "Diya", "Layer‑shell"]
|
||
categories = ["daemon", "service"]
|
||
|
||
[dependencies]
|
||
bitflags = "2.11.0"
|
||
gio = "0.21.5"
|
||
gtk4 = "0.10.3"
|
||
gtk4-layer-shell = "0.7.1"
|
||
wayland-backend = "0.3.15"
|
||
wayland-client = "0.31.14"
|
||
wayland-protocols = { version = "0.32.12", features = ["staging"] }
|
||
wayland-scanner = "0.31.10"
|