popcorn/crates/popcorn-d/Cargo.toml
2025-12-31 15:25:07 +05:30

28 lines
867 B
TOML

[package]
name = "popcorn-d"
version = "0.1.0"
edition = "2024"
description = "Popcorn OSD daemon (UI renderer)"
readme = "README.md"
repository = "https://git.candifloss.cc/candifloss/popcorn.git"
authors = ["Candifloss <candifloss.cc>"]
categories = ["Desktop", "GUI", "Daemon"]
homepage = "https://git.candifloss.cc/candifloss/popcorn.git"
keywords = ["OSD", "popup", "desktop", "gui", "slint"]
license = "GPL-3+"
build = "build.rs"
[dependencies]
dirs = "6.0.0"
i-slint-backend-winit = "1.14.1"
serde_json = "1.0.145"
slint = { version = "1.14.1", default-features = false, features = ["backend-winit", "renderer-software", "compat-1-2"]}
toml = "0.9.8"
popcorn-conf = { path = "../popcorn-conf" }
serde = { version = "1.0.228", features = ["derive"] }
popcorn-proto = { path = "../popcorn-proto" }
bincode = "1.3.3"
[build-dependencies]
slint-build = "1.14.1"