mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 04:48:27 +00:00
Add home-automation to Torizon demo image
This commit is contained in:
parent
a7a3b3f9ee
commit
a3e2076bd3
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ ENV PKG_CONFIG_ALLOW_CROSS=1
|
|||
COPY . /slint
|
||||
WORKDIR /slint
|
||||
RUN mkdir demos \
|
||||
&& for demo in printerdemo slide_puzzle gallery opengl_underlay carousel todo energy-monitor; do \
|
||||
&& for demo in printerdemo slide_puzzle gallery opengl_underlay carousel todo energy-monitor home-automation; do \
|
||||
cargo build --release --target $RUST_TOOLCHAIN_ARCH --features slint/renderer-skia,slint/backend-linuxkms-noseat -p $demo || exit 1; \
|
||||
cp target/$RUST_TOOLCHAIN_ARCH/release/$demo ./demos/; \
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue