cargo-gra 0.6.2

Cargo subcommand for gtk-rust-app.
Documentation
[app]
id = "org.example.App"
summary = "example app"
description = """
<p>An example of a minimal app</p>
"""
metadata-license = "CC0-1.0"
categories = ["GTK"]
requires = [{ display = ">360" }]
recommends = [{ control = "pointer" }]
permissions = [
    "share=network",
    "socket=fallback-x11",
    "share=ipc",
    "socket=wayland",
    "device=dri",
]

[settings]
window-width = 600
window-height = 600