17 lines
452 B
TOML
17 lines
452 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]
|
|
raw-window-handle = "0.6.2"
|
|
slint = { version = "1.14.1", features = ["raw-window-handle-06", "renderer-software"] }
|
|
winit = { version = "0.30.12", features = ["x11rb"] }
|
|
x11rb = "0.13.2"
|
|
|
|
[build-dependencies]
|
|
slint-build = "1.14.1"
|