refactor: use cctk
This commit is contained in:
parent
1b8a399ebd
commit
6e91eabf4c
46 changed files with 224 additions and 183 deletions
|
|
@ -1,8 +1,4 @@
|
|||
use iced_runtime::core::{
|
||||
keyboard,
|
||||
mouse::{self, ScrollDelta},
|
||||
};
|
||||
use sctk::{
|
||||
use cctk::sctk::{
|
||||
reexports::client::protocol::wl_pointer::AxisSource,
|
||||
seat::{
|
||||
keyboard::Modifiers,
|
||||
|
|
@ -11,6 +7,10 @@ use sctk::{
|
|||
},
|
||||
},
|
||||
};
|
||||
use iced_runtime::core::{
|
||||
keyboard,
|
||||
mouse::{self, ScrollDelta},
|
||||
};
|
||||
|
||||
/// An error that occurred while running an application.
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue