File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 21
21
matrix :
22
22
renderer :
23
23
- OpenGL
24
- - WGPU
25
24
config :
26
25
- { name: Linux (x86), os: ubuntu-latest, target: "x86_64-unknown-linux-gnu" }
27
26
- { name: Linux (ARM), os: ubuntu-latest, target: "aarch64-unknown-linux-gnu" }
56
55
if : matrix.renderer == 'OpenGL'
57
56
run : cargo build -p render-opengl --all-targets --target=${{ matrix.config.target }}
58
57
59
- - name : Build Inox2D (WGPU)
60
- if : matrix.renderer == 'WGPU'
61
- run : cargo build -p inox2d-wgpu --all-targets --target=${{ matrix.config.target }}
62
-
63
- - name : Build Example (WGPU)
64
- if : matrix.renderer == 'WGPU'
65
- run : cargo build -p render-wgpu --all-targets --target=${{ matrix.config.target }}
66
-
67
58
build-webgl :
68
59
name : Build WebGL Example
69
60
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments