Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Oct 8, 2024
1 parent 0f939cd commit cca69e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions iced_layershell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ With this crate, you can use iced to build your kde-shell, notification applicat

The smallest example is like

```rust
```rust, no_run
use iced::widget::{button, column, row, text, text_input};
use iced::{event, Alignment, Color, Element, Event, Length, Task as Command, Theme};
use iced_layershell::reexport::Anchor;
use iced_layershell::settings::{LayerShellSettings, Settings};
use iced_layershell::settings::{LayerShellSettings, Settings, StartMode};
use iced_layershell::Application;
use iced_layershell::to_layer_message;
Expand Down
2 changes: 1 addition & 1 deletion iced_sessionlock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Session lock is the wayland protocol for lock. This protocol is supported in riv

The smallest example is like

```rust
```rust, no_run
use iced::widget::{button, column, text, text_input, Space};
use iced::{event, Alignment, Element, Event, Length, Task as Command, Theme};
Expand Down

0 comments on commit cca69e0

Please sign in to comment.