Commit graph

16 commits

Author SHA1 Message Date
Héctor Ramón Jiménez
569ef13ac9
Fix broken references when parsing markdown streams 2025-02-02 04:01:57 +01:00
Héctor Ramón Jiménez
57b553de2f
Fix infinite runtime loop when queue redraws at a specific time 2025-02-02 02:28:04 +01:00
Héctor Ramón Jiménez
bc2d662af7
Replace println with log calls in markdown module 2025-01-31 20:42:53 +01:00
Héctor Ramón Jiménez
30ee9d024d
Update dependencies in Cargo.lock 2025-01-29 05:13:04 +01:00
Héctor
12c9277c7c
Merge pull request #2761 from rhysd/replace-directories-next
Replace unmaintained `directories-next` crate with `directories` crate
2025-01-28 18:29:58 +01:00
rhysd
f51ce47f37 Replace unmaintained directories-next crate with directories crate
[`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-29 00:45:14 +09:00
rhysd
bf3b40839b Remove unused winapi crate from dependencies 2025-01-28 21:41:37 +09:00
Héctor Ramón Jiménez
e2c52c9728
Implement AI gallery example 🎉
It displays the most popular daily images of Civitai!
2025-01-27 05:01:43 +01:00
Héctor Ramón Jiménez
bf600a0811
Draft basic Animation API in iced_core 2025-01-27 02:50:51 +01:00
Héctor Ramón Jiménez
6ce61ed821
Update our winit fork with 0.30.8 fixes 2025-01-20 23:44:16 +01:00
Héctor Ramón Jiménez
1a2e55ea60
Update Cargo.lock 2025-01-14 11:45:30 +00:00
Jos Ahrens
8078f5b08c
Bump image from 0.24 to 0.25 2025-01-14 11:45:19 +00:00
Héctor Ramón Jiménez
2f233024c0
Update Cargo.lock 2025-01-14 11:35:53 +00:00
Tommy Volk
0e8c3fe30f
chore: remove once_cell dependency 2025-01-06 22:56:48 +01:00
Héctor Ramón Jiménez
5220a064c5
Write documentation for iced_test 2024-12-17 04:13:19 +01:00
Héctor Ramón Jiménez
8f6f5c13b0
Track Cargo.lock for reproducible builds and tests 2024-12-17 03:09:52 +01:00