chocobar/Cargo.toml
Candifloss 50948197ba Minimal working Wayland surface
- Doesn't work on Gnome-Wayland
2025-11-14 23:06:48 +05:30

19 lines
530 B
TOML

[package]
name = "chocobar"
description = "An experiment to create a topbar using Rust and Slint"
version = "0.0.1"
edition = "2024"
authors = ["candifloss <candifloss.cc>"]
readme = "README.md"
[dependencies]
slint = {version="1.14.1", features = ["backend-winit"]}
smithay-client-toolkit = { version = "0.20.0", features = ["calloop"] }
tempfile = "3.23.0"
wayland-client = "0.31.11"
wayland-protocols = { version = "0.32.9", features = ["client"] }
wayland-protocols-wlr = "0.3.9"
[build-dependencies]
slint-build = "1.14.1"