17 lines
390 B
TOML
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"
|