feat: add gtk

This commit is contained in:
2021-04-02 23:10:03 +08:00
parent dceda46ae8
commit 29618a99ec
3 changed files with 697 additions and 0 deletions

17
__gui/gtk/Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "gtk"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dependencies.gtk]
version = "0.9.0"
features = ["v3_16"]
[dependencies.gio]
version = ""
features = ["v2_44"]