Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update `wgpu` to `24` and use `cryoglyph` fork | 2025-03-09 | 1 | -43/+75 | |
| | | | | Co-authored-by: Winfried Baumann <codewing@web.de> | ||||
* | Update `Cargo.lock` | 2025-03-09 | 1 | -183/+213 | |
| | |||||
* | Merge pull request #2780 from l4l/forked-wasmtimer | 2025-02-16 | 1 | -46/+11 | |
|\ | | | | | Use working wasmtimer for time::every | ||||
| * | Use working wasmtimer for time::every | 2025-02-02 | 1 | -46/+11 | |
| | | |||||
* | | Merge pull request #2797 from AMS21/fix_2794 | 2025-02-15 | 1 | -104/+188 | |
|\ \ | | | | | | | Fix system informations `cpu_brand` always being empty | ||||
| * | | Update `sysinfo` to `0.33` | 2025-02-15 | 1 | -104/+188 | |
| | | | |||||
* | | | Introduce `with` helper and use `sipper` in `gallery` example | 2025-02-11 | 1 | -0/+1 | |
| | | | |||||
* | | | Update `sipper` to `0.1.0` | 2025-02-11 | 1 | -2/+2 | |
| | | | |||||
* | | | Update `sipper` and relax `Send` requirements | 2025-02-09 | 1 | -2/+3 | |
| | | | |||||
* | | | Implement `sipper` support through `Task::sip` :tada: | 2025-02-09 | 1 | -0/+10 | |
| | | | |||||
* | | | Add blurhash to gallery | 2025-02-06 | 1 | -0/+7 | |
|/ / | |||||
* | | Add `Copy` action to code blocks in `markdown` example | 2025-02-04 | 1 | -4/+4 | |
| | | |||||
* | | Draft `Viewer` trait for `markdown` | 2025-02-04 | 1 | -0/+3 | |
| | | |||||
* | | Update `Cargo.lock` dependencies | 2025-02-04 | 1 | -9/+9 | |
| | | |||||
* | | Bump openssl from 0.10.69 to 0.10.70 | 2025-02-03 | 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> | ||||
* | Fix broken references when parsing `markdown` streams | 2025-02-02 | 1 | -2/+2 | |
| | |||||
* | Fix infinite runtime loop when queue redraws at a specific time | 2025-02-02 | 1 | -40/+49 | |
| | |||||
* | Replace `println` with `log` calls in `markdown` module | 2025-01-31 | 1 | -0/+1 | |
| | |||||
* | Update dependencies in `Cargo.lock` | 2025-01-29 | 1 | -71/+104 | |
| | |||||
* | Merge pull request #2761 from rhysd/replace-directories-next | 2025-01-28 | 1 | -38/+64 | |
|\ | | | | | Replace unmaintained `directories-next` crate with `directories` crate | ||||
| * | Replace unmaintained `directories-next` crate with `directories` crate | 2025-01-29 | 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 | ||||
* | | Remove unused `winapi` crate from dependencies | 2025-01-28 | 1 | -1/+0 | |
|/ | |||||
* | Implement AI `gallery` example :tada: | 2025-01-27 | 1 | -114/+231 | |
| | | | | It displays the most popular daily images of Civitai! | ||||
* | Draft basic `Animation` API in `iced_core` | 2025-01-27 | 1 | -0/+7 | |
| | |||||
* | Update our `winit` fork with `0.30.8` fixes | 2025-01-20 | 1 | -163/+87 | |
| | |||||
* | Update `Cargo.lock` | 2025-01-14 | 1 | -235/+254 | |
| | |||||
* | Bump image from `0.24` to `0.25` | 2025-01-14 | 1 | -7/+308 | |
| | |||||
* | Update `Cargo.lock` | 2025-01-14 | 1 | -108/+66 | |
| | |||||
* | chore: remove once_cell dependency | 2025-01-06 | 1 | -9/+0 | |
| | |||||
* | Write documentation for `iced_test` | 2024-12-17 | 1 | -0/+2 | |
| | |||||
* | Track `Cargo.lock` for reproducible builds and tests | 2024-12-17 | 1 | -0/+7148 | |