20 lines
598 B
TOML
20 lines
598 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]
|
|
i-slint-backend-testing = "1.14.1"
|
|
slint = { version= "1.14.1", default-features = false, features = ["std", "compat-1-2"] }
|
|
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"
|