chocobar-x11/Cargo.toml
Candifloss 7b82e65493 Remove unwanted dependencies
- Remove `winit` from dependencies because it is already re-exported in `i-slint-backend-winit`
- Cargo fmt and clippy fixes
2025-11-18 22:04:21 +05:30

15 lines
392 B
TOML

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