inital commit

This commit is contained in:
LunarAkai 2024-08-15 19:47:11 +02:00
commit 66b68b9cc0
7 changed files with 1039 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[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"] }