Update dependencies, and use workspace dependencies
Using `[workspace.dependencies]`, we can update `rev =` for a dependency in one place, instead of each individual applet.
This commit is contained in:
parent
322e13c80d
commit
294cf6f3a7
16 changed files with 370 additions and 280 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use calloop::channel::*;
|
||||
use cosmic_client_toolkit::{
|
||||
use cctk::{
|
||||
sctk::{
|
||||
self,
|
||||
output::{OutputHandler, OutputState},
|
||||
|
|
@ -273,6 +273,6 @@ impl WorkspaceHandler for State {
|
|||
}
|
||||
}
|
||||
|
||||
cosmic_client_toolkit::delegate_workspace!(State);
|
||||
cctk::delegate_workspace!(State);
|
||||
sctk::delegate_output!(State);
|
||||
sctk::delegate_registry!(State);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue