add example project

This commit is contained in:
2022-02-11 11:05:59 +01:00
parent 958bc9e4a1
commit 25966fd4ba
2 changed files with 9 additions and 0 deletions

1
adwaita-demo Submodule

Submodule adwaita-demo added at f5986336ad

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: "3"
services:
rust-gtk:
image: ghcr.io/13hannes11/gtk4-rs-docker:latest
volumes:
- ./adwaita-demo:/mnt:z
command: /bin/bash -c "cargo build --release"