Files
diyagl-rs/Cargo.toml
2026-04-02 17:38:05 +02:00

21 lines
504 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[package]
name = "diyagl-rs"
version = "0.1.0"
edition = "2021"
authors = ["Dany LE"]
description = "DIYAGL Is Yet Another GTK4 Layershell"
license = "MIT"
readme = "README.md"
keywords = ["Gtk4", "Diya", "Layershell"]
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"