chocobar-x11/Cargo.toml
Candifloss 95790db098 Add Config module
- Load config from .toml file
- Adjust code in slint and rust accordingly
2025-11-19 23:42:10 +05:30

18 lines
477 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]
dirs = "6.0.0"
i-slint-backend-winit = { version = "1.14.1", features = ["x11"] }
serde = { version = "1.0.228", features = ["derive"] }
slint = { version = "1.14.1", features = ["backend-winit"] }
toml = "0.9.8"
[build-dependencies]
slint-build = "1.14.1"