popcorn/Cargo.toml
2025-12-09 17:45:06 +05:30

24 lines
604 B
TOML

[package]
name = "popcorn"
version = "0.1.0"
edition = "2024"
description = "Cute and simple OSD popups on your desktop"
readme = "README.md"
repository = "https://git.candifloss.cc/candifloss/popcorn.git"
authors = ["Candifloss <candifloss.cc>"]
categories = ["Desktop", "GUI"]
license-file = "LICENSE"
homepage = "https://git.candifloss.cc/candifloss/popcorn.git"
keywords = ["OSD", "popup", "desktop", "gui", "slint"]
license = "GPL-3+"
[dependencies]
dirs = "6.0.0"
i-slint-backend-winit = "1.14.1"
serde_json = "1.0.145"
slint = "1.14.1"
toml = "0.9.8"
[build-dependencies]
slint-build = "1.14.1"