Implement AI gallery example 🎉

It displays the most popular daily images of Civitai!
This commit is contained in:
Héctor Ramón Jiménez 2025-01-27 05:01:43 +01:00
parent 890d852e05
commit e2c52c9728
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
8 changed files with 714 additions and 121 deletions

View file

@ -193,7 +193,7 @@ window_clipboard = "0.4.1"
winit = { git = "https://github.com/iced-rs/winit.git", rev = "11414b6aa45699f038114e61b4ddf5102b2d3b4b" }
[workspace.lints.rust]
rust_2018_idioms = { level = "forbid", priority = -1 }
rust_2018_idioms = { level = "deny", priority = -1 }
missing_debug_implementations = "deny"
missing_docs = "deny"
unsafe_code = "deny"