first steps
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user