36dc12c59b
* dcf 2.0.3 * emojis 1.0.1 * evdev 2.0.2 * inotify 2.0.1 * json 5.0.3 * spoon 1.0.1 * weechat_ada 3.0.1 * zipdcf 2.0.3 * wayland-ada 1.0.0 crates * canberra 2.0.2 * Fix pre-build action in wayland_client_ada 1.0.0 * xdg_base_dir 1.0.0
25 lines
634 B
TOML
25 lines
634 B
TOML
name = "wayland_ada_info"
|
|
description = "A tool to display information about supported Wayland interfaces"
|
|
version = "1.0.0"
|
|
website = "https://github.com/onox/wayland-ada"
|
|
licenses = "Apache-2.0"
|
|
tags = ["wayland"]
|
|
|
|
authors = ["onox"]
|
|
maintainers = ["onox <denkpadje@gmail.com>"]
|
|
maintainers-logins = ["onox"]
|
|
|
|
executables = ["wayland_ada_info"]
|
|
|
|
[build-switches]
|
|
validation.compile_checks = "warnings"
|
|
"*".style_checks = ["-gnatygAOM99-Is"]
|
|
|
|
[[depends-on]]
|
|
wayland_protocols_ada = "~1.0.0"
|
|
|
|
[origin]
|
|
commit = "f8a9fe05aa29e5e17d23951bc0d21ce4b84148a4"
|
|
url = "git+https://github.com/onox/wayland-ada.git"
|
|
subdir = "wayland_ada_info"
|