Skip to content

Commit

Permalink
Merge pull request #19 from slint-ui/main
Browse files Browse the repository at this point in the history
Update to Slint 1.8.0
  • Loading branch information
microhobby authored Oct 2, 2024
2 parents 9abd8ca + c630081 commit 7c0d041
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions slint-base/args.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"image_prefix": "/slint-base",
"registry": "commontorizon",
"version": "3.3.1-bookworm-1.7.2",
"version": "3.3.1-bookworm-1.8.0",
"multiarch": false,
"machines": [
{
"name": "arm",
"BASE_REGISTRY": "commontorizon",
"BASE_IMAGE": "/slint-sdk",
"BASE_IMAGE2": "/wayland-base",
"BASE_VERSION": "3.3.1-bookworm-1.7.2",
"BASE_VERSION": "3.3.1-bookworm-1.8.0",
"BASE_VERSION2": "3.3.1",
"IMAGE_ARCH": "arm",
"GPU": ""
Expand All @@ -19,7 +19,7 @@
"BASE_REGISTRY": "commontorizon",
"BASE_IMAGE": "/slint-sdk",
"BASE_IMAGE2": "/wayland-base",
"BASE_VERSION": "3.3.1-bookworm-1.7.2",
"BASE_VERSION": "3.3.1-bookworm-1.8.0",
"BASE_VERSION2": "3.3.1",
"IMAGE_ARCH": "arm64",
"GPU": ""
Expand All @@ -29,7 +29,7 @@
"BASE_REGISTRY": "commontorizon",
"BASE_IMAGE": "/slint-sdk",
"BASE_IMAGE2": "/wayland-base",
"BASE_VERSION": "3.3.1-bookworm-1.7.2",
"BASE_VERSION": "3.3.1-bookworm-1.8.0",
"BASE_VERSION2": "3.3.1",
"IMAGE_ARCH": "arm64",
"GPU": "-imx8"
Expand All @@ -39,7 +39,7 @@
"BASE_REGISTRY": "commontorizon",
"BASE_IMAGE": "/slint-sdk",
"BASE_IMAGE2": "/wayland-base",
"BASE_VERSION": "3.3.1-bookworm-1.7.2",
"BASE_VERSION": "3.3.1-bookworm-1.8.0",
"BASE_VERSION2": "3.3.1",
"IMAGE_ARCH": "amd64",
"GPU": ""
Expand Down
4 changes: 2 additions & 2 deletions slint-sdk/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ ENV CMAKE_GENERATOR=Ninja

# Build Slint
##
# ⚠️ BUILDING SLINT v1.7.2
# ⚠️ BUILDING SLINT v1.8.0
# ⚠️ Check available versions here: https://github.com/slint-ui/slint/releases
##
RUN git clone https://github.com/slint-ui/slint --depth 1 --branch v1.7.2 /slint
RUN git clone https://github.com/slint-ui/slint --depth 1 --branch v1.8.0 /slint
RUN RUST_TOOLCHAIN_ARCH=$(cat /rust-toolchain-arch.txt) && \
cd /slint \
&& mkdir build \
Expand Down
2 changes: 1 addition & 1 deletion slint-sdk/args.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"image_prefix": "/slint-sdk",
"registry": "commontorizon",
"version": "3.3.1-bookworm-1.7.2",
"version": "3.3.1-bookworm-1.8.0",
"multiarch": false,
"machines": [
{
Expand Down

0 comments on commit 7c0d041

Please sign in to comment.