id: systems.tranquil.Map runtime: org.gnome.Platform runtime-version: '50' sdk: org.gnome.Sdk sdk-extensions: - org.freedesktop.Sdk.Extension.rust-stable command: map finish-args: - --device=dri - --share=ipc - --socket=wayland - --socket=fallback-x11 modules: - name: map buildsystem: meson build-options: append-path: /usr/lib/sdk/rust-stable/bin env: CARGO_NET_OFFLINE: 'true' sources: - type: dir path: ../.. - cargo-sources.json - type: shell commands: - mkdir -p .cargo - cp -vf cargo/config .cargo/config.toml