Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Jul 31, 2024
1 parent 9782fac commit 5b89b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iced_layershell/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ mod sandbox;
pub mod settings;

pub mod reexport {
pub use layershellev::reexport::wayland_client::wl_keyboard;
pub use layershellev::reexport::Anchor;
pub use layershellev::reexport::KeyboardInteractivity;
pub use layershellev::reexport::Layer;
pub use layershellev::reexport::wayland_client::wl_keyboard;
}

use settings::Settings;
Expand Down

0 comments on commit 5b89b49

Please sign in to comment.