[package] name = "chocobar" description = "An experiment to create a topbar for X11 using Rust and Slint" version = "0.1.0" edition = "2024" authors = ["candifloss "] readme = "README.md" [dependencies] i-slint-backend-winit = { version = "1.14.1", features = ["x11"] } slint = { version = "1.14.1", features = ["backend-winit"] } winit = { version = "0.30.12", features = ["x11rb"] } [build-dependencies] slint-build = "1.14.1"