summaryrefslogtreecommitdiffstats
path: root/winit/src/program.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix fonts not being loaded at startupLibravatar Héctor Ramón Jiménez2024-06-211-1/+9
|
* Fix `application` sometimes exiting at startupLibravatar Héctor Ramón Jiménez2024-06-201-0/+4
|
* Add `get_latest` and `get_oldest` tasks in `window`Libravatar Héctor Ramón Jiménez2024-06-201-6/+18
|
* Fix initialization race conditions in WebAssemblyLibravatar Héctor Ramón Jiménez2024-06-191-58/+42
| | | | WebGL is still broken, but oh well... Time to move on.
* Fix WebAssembly compilationLibravatar Héctor Ramón Jiménez2024-06-191-7/+105
| | | | Rendering seems to still not work, however.
* Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez2024-06-191-0/+1356