| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
... and explicitly annotate crates as well.
|
| |
|
|
|
|
|
|
|
|
| |
`StreamExt::forward` will keep polling a ready `Stream` in a loop. If the
`Stream` is always ready, the `poll` method of `Forward` effectively
blocks (see https://github.com/rust-lang/futures-rs/issues/2552).
The fix consists in manually implementing a simpler version of `Forward`.
|
|
|
|
| |
It allows to clean up all the `trait_aliases` modules!
|
|
|
|
|
|
|
|
| |
- Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target
- Added WebGL support to `integratio_wgpu` example
- Fixed test.yml CI workflow
- Removed spir-v shader in `integration_wgpu`; Fixed formatting
- Removed redundant `BoxStream` typedef
|
| |
|
|
|
|
| |
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
|
| |
|
| |
|
|
|
|
| |
By removing the `Send` requirement when targetting Wasm
|
|
|
|
| |
Also improves the overall web runtime, avoiding nested update loops.
|
| |
|
|
|