yoda: cargo fix on cosmic-config + bump iced auto-fix commit
cosmic-config: drop 1 unused import (Stream). iced submodule: bump to 8a7a32ff9 (~115 trivial warnings auto-fixed across iced_core / iced_widget / iced_runtime / iced_winit / iced_wgpu / iced_graphics / iced_tiny_skia). Leyoda 2026 – GPLv3
This commit is contained in:
parent
cdf349385b
commit
38a988cbd1
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
use iced_futures::futures::{SinkExt, Stream};
|
use iced_futures::futures::SinkExt;
|
||||||
use iced_futures::{futures::channel::mpsc, stream};
|
use iced_futures::{futures::channel::mpsc, stream};
|
||||||
use notify::RecommendedWatcher;
|
use notify::RecommendedWatcher;
|
||||||
use std::{borrow::Cow, hash::Hash};
|
use std::{borrow::Cow, hash::Hash};
|
||||||
|
|
|
||||||
2
iced
2
iced
|
|
@ -1 +1 @@
|
||||||
Subproject commit f388dfdfe47c2aa0c71bc89dae735993973c2ffb
|
Subproject commit 8a7a32ff927c210c7fee07c214834deccc9f8136
|
||||||
Loading…
Add table
Add a link
Reference in a new issue