{ "app-id": "com.example.gtk_rust_template", "runtime": "org.gnome.Platform", "runtime-version": "49", "sdk": "org.gnome.Sdk", "sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"], "command": "gtk-rust-template", "finish-args": [ "--share=ipc", "--socket=fallback-x11", "--device=dri", "--socket=wayland" ], "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin", "build-args": ["--share=network"] }, "cleanup": [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a" ], "modules": [ { "name": "gtk-rust-template", "builddir": true, "buildsystem": "meson", "run-tests": true, "sources": [ { "type": "dir", "path": ".." } ] } ] }