Implement AI gallery example 🎉
It displays the most popular daily images of Civitai!
This commit is contained in:
parent
890d852e05
commit
e2c52c9728
8 changed files with 714 additions and 121 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue