gtk_cubeside_eventapp/Cargo.toml
2024-08-15 19:47:11 +02:00

10 lines
307 B
TOML

[package]
name = "cubeside_event_app_gtk"
version = "0.1.0"
authors = ["LunarAkai <akai@lunarakai.de>"]
description = "A tool that helps with analyzing Events on Cubeside"
homepage = "https://lunarakai.de"
edition = "2021"
[dependencies]
gtk = { version = "0.9.0", package = "gtk4", features = ["v4_12"] }