summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-05-08 09:23:53 +0200
committerLibravatar GitHub <noreply@github.com>2024-05-08 09:23:53 +0200
commite07b42ac96b8d098a883c93afe828a439f479c7b (patch)
tree4858388c6b4e2f41a484164a72af53bdaf11f9f1 /.github
parent247870f83bc12f3f4b549bb582f1058f5adcce25 (diff)
parent7e7285d60f08e9d32a796e9adf7e37535a67fc43 (diff)
downloadiced-e07b42ac96b8d098a883c93afe828a439f479c7b.tar.gz
iced-e07b42ac96b8d098a883c93afe828a439f479c7b.tar.bz2
iced-e07b42ac96b8d098a883c93afe828a439f479c7b.zip
Merge pull request #2427 from iced-rs/winit-0.30
Update `winit` to `0.30`
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index ceac39e7..8f5e65d6 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -17,8 +17,6 @@ jobs:
run: cargo build --package tour --target wasm32-unknown-unknown
- name: Check compilation of `todos` example
run: cargo build --package todos --target wasm32-unknown-unknown
- - name: Check compilation of `integration` example
- run: cargo build --package integration --target wasm32-unknown-unknown
widget:
runs-on: ubuntu-latest