inital commit
This commit is contained in:
commit
66b68b9cc0
7 changed files with 1039 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue