chocobar/Cargo.toml
Candifloss 28e2d2a50a Initial commit
- Start building slint UI
2025-11-13 00:14:31 +05:30

17 lines
390 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"
[build-dependencies]
slint-build = "1.14.1"