Enable renderer backends in integration example

This commit is contained in:
Héctor Ramón Jiménez 2023-03-07 06:41:41 +01:00
parent 24c3d20a76
commit d3900e0673
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 2 additions and 1 deletions

View file

@ -37,5 +37,5 @@ 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_wgpu` example
- name: Check compilation of `integration` example
run: cargo build --package integration --target wasm32-unknown-unknown