chocobar/Cargo.toml

18 lines
407 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 = "1.14.1"
smithay-client-toolkit = { version = "0.20.0", features = ["calloop"] }
wayland-client = "0.31.11"
winit = "0.30.12"
x11rb = "0.13.2"
[build-dependencies]
slint-build = "1.14.1"