Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-03-09 | Update `wgpu` to `24` and use `cryoglyph` fork | 1 | -43/+75 | ||
Co-authored-by: Winfried Baumann <codewing@web.de> | |||||
2025-03-09 | Update `Cargo.lock` | 1 | -183/+213 | ||
2025-02-15 | Update `sysinfo` to `0.33` | 1 | -104/+188 | ||
2025-02-11 | Introduce `with` helper and use `sipper` in `gallery` example | 1 | -0/+1 | ||
2025-02-11 | Update `sipper` to `0.1.0` | 1 | -2/+2 | ||
2025-02-09 | Update `sipper` and relax `Send` requirements | 1 | -2/+3 | ||
2025-02-09 | Implement `sipper` support through `Task::sip` :tada: | 1 | -0/+10 | ||
2025-02-06 | Add blurhash to gallery | 1 | -0/+7 | ||
2025-02-04 | Add `Copy` action to code blocks in `markdown` example | 1 | -4/+4 | ||
2025-02-04 | Draft `Viewer` trait for `markdown` | 1 | -0/+3 | ||
2025-02-04 | Update `Cargo.lock` dependencies | 1 | -9/+9 | ||
2025-02-03 | Bump openssl from 0.10.69 to 0.10.70 | 1 | -4/+4 | ||
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.69 to 0.10.70. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.69...openssl-v0.10.70) --- updated-dependencies: - dependency-name: openssl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
2025-02-02 | Use working wasmtimer for time::every | 1 | -46/+11 | ||
2025-02-02 | Fix broken references when parsing `markdown` streams | 1 | -2/+2 | ||
2025-02-02 | Fix infinite runtime loop when queue redraws at a specific time | 1 | -40/+49 | ||
2025-01-31 | Replace `println` with `log` calls in `markdown` module | 1 | -0/+1 | ||
2025-01-29 | Update dependencies in `Cargo.lock` | 1 | -71/+104 | ||
2025-01-29 | Replace unmaintained `directories-next` crate with `directories` crate | 1 | -38/+64 | ||
[`directories-next`][1] crate is no longer maintained and [`directories`][2] crate is still maintained. `directories-next` had been forked from `directories` but it died because the original `directories` crate revived the maintenance. [1]: https://crates.io/crates/directories-next [2]: https://crates.io/crates/directories | |||||
2025-01-28 | Remove unused `winapi` crate from dependencies | 1 | -1/+0 | ||
2025-01-27 | Implement AI `gallery` example :tada: | 1 | -114/+231 | ||
It displays the most popular daily images of Civitai! | |||||
2025-01-27 | Draft basic `Animation` API in `iced_core` | 1 | -0/+7 | ||
2025-01-20 | Update our `winit` fork with `0.30.8` fixes | 1 | -163/+87 | ||
2025-01-14 | Update `Cargo.lock` | 1 | -235/+254 | ||
2025-01-14 | Bump image from `0.24` to `0.25` | 1 | -7/+308 | ||
2025-01-14 | Update `Cargo.lock` | 1 | -108/+66 | ||
2025-01-06 | chore: remove once_cell dependency | 1 | -9/+0 | ||
2024-12-17 | Write documentation for `iced_test` | 1 | -0/+2 | ||
2024-12-17 | Track `Cargo.lock` for reproducible builds and tests | 1 | -0/+7148 | ||