first steps

This commit is contained in:
2019-06-03 14:59:52 +02:00
commit ca3696f63f
6 changed files with 443 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "playmat"
version = "0.1.0"
authors = ["Artus <artus@landoftheunicorn.ovh>"]
edition = "2018"
[dependencies]
gio = "*"
gdk = "*"
glib = "*"
[dependencies.gtk]
version = "^0.6.0"
features = ["v3_22"]