11 lines
254 B
TOML
11 lines
254 B
TOML
[package]
|
|
name = "compositor-wayland"
|
|
version = "0.1.0"
|
|
authors = ["Glenn Watson <gw@intuitionlibrary.com>",
|
|
"Robert Mader <robert.mader@posteo.de>"]
|
|
edition = "2018"
|
|
license = "MPL-2.0"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|
|
pkg-config = "^0.3.17"
|