view Cargo.toml @ 12:d43c31aff57c

Split uinput helpers into another module.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 01 Nov 2020 16:01:00 +0100
parents dd10331549c6
children adab13145994
line wrap: on
line source

[package]
name = "tablet-emu"
version = "0.1.0"
authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
edition = "2018"
license = "AGPL-3.0-or-later"
description = "Tablet emulator, for people who don’t own one"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cairo-rs = "0.9.1"
gdk = "0.13.2"
gio = "0.9.1"
glib = "0.10.2"
gtk = "0.9.2"
input-linux = "0.3.0"

[profile.release]
lto = true