summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-12-18 23:29:51 +0100
committerLibravatar GitHub <noreply@github.com>2020-12-18 23:29:51 +0100
commit0e9f649cb741d7f02c4bafe4ea804bd68e0a1b7a (patch)
treeba45c33eb69ce31ec50bd73f99c28e65ee1c9215 /.github
parent07b570036aad3f42578876e1a299a0577e6761ae (diff)
parent10d6df73e34e421cbf96d62b26c0c0701d9096ef (diff)
downloadiced-0e9f649cb741d7f02c4bafe4ea804bd68e0a1b7a.tar.gz
iced-0e9f649cb741d7f02c4bafe4ea804bd68e0a1b7a.tar.bz2
iced-0e9f649cb741d7f02c4bafe4ea804bd68e0a1b7a.zip
Merge pull request #319 from tarkah/image-pane
Add `ImagePane` widget
Diffstat (limited to '')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9e73d3d3..bc531abf 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -29,5 +29,5 @@ jobs:
run: cargo check --package iced --target wasm32-unknown-unknown
- name: Check compilation of `tour` example
run: cargo build --package tour --target wasm32-unknown-unknown
- - name: Check compilation of `pokedex` example
- run: cargo build --package pokedex --target wasm32-unknown-unknown
+ - name: Check compilation of `todos` example
+ run: cargo build --package todos --target wasm32-unknown-unknown