Commit 89a3f52
authored
Let GPU-free Chrome 144 work (#5678)
### Motivation
Chrome 144 WebGL (`ui.scene`, `ui.scene_view`) test fail:
https://github.com/zauberzeug/nicegui/actions/runs/21280447781/job/61251073069
### Implementation
Need additional flag:
https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/gpu/swiftshader.md
### Progress
- [x] I chose a meaningful title that completes the sentence: "If
applied, this PR will..."
- [ ] The implementation is complete. (wait for pipeline and see)
- [x] If this PR addresses a security issue, it has been coordinated via
the [security
advisory](https://github.com/zauberzeug/nicegui/security/advisories/new)
process.
- [x] Pytests have been added (or are not necessary).
- [x] Documentation has been added (or is not necessary).1 parent c365e19 commit 89a3f52
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
| |||
0 commit comments