[package] name = "chocobar" description = "An experiment to create a topbar using Rust and Slint" version = "0.0.1" edition = "2024" authors = ["candifloss "] 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"