Mercurial > tablet-emu
annotate Cargo.toml @ 13:97e543f50f62
Split GTK UI into another module.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 01 Nov 2020 16:08:29 +0100 |
parents | dd10331549c6 |
children | adab13145994 |
rev | line source |
---|---|
0 | 1 [package] |
2 name = "tablet-emu" | |
3 version = "0.1.0" | |
4 authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"] | |
5 edition = "2018" | |
6
dd10331549c6
Add a license file.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
6 license = "AGPL-3.0-or-later" |
dd10331549c6
Add a license file.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
7 description = "Tablet emulator, for people who don’t own one" |
0 | 8 |
9 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
10 | |
11 [dependencies] | |
12 cairo-rs = "0.9.1" | |
13 gdk = "0.13.2" | |
14 gio = "0.9.1" | |
15 glib = "0.10.2" | |
16 gtk = "0.9.2" | |
17 input-linux = "0.3.0" | |
18 | |
19 [profile.release] | |
20 lto = true |