Skip to content

Commit

Permalink
chore: adjust README
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Aug 8, 2024
1 parent f945a94 commit 9ee97e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ iced binding for layershell

![example](./misc/iced_layershell_example.png)

With crate, you can use iced to build your kde-shell, notification application, and etc.
With this crate, you can use iced to build your kde-shell, notification application, and etc.

### iced-sessionlock
[![Crates.io](https://img.shields.io/crates/v/iced-sessionlock.svg)](https://crates.io/crates/iced-sessionlock)
Expand Down
9 changes: 9 additions & 0 deletions iced_layershell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

iced-layershell provides binding for iced and layershell.

## Feature:

- support to open new layershell and support popup window.
- support ext-virtual-keyboard

With this crate, you can use iced to build your kde-shell, notification application, and etc.

## Example

The smallest example is like

```rust
Expand Down
9 changes: 0 additions & 9 deletions layershellev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

Layershelleventloop, take lot reference from winit, amin to make a easy way to create layershell window.

## Feature:

- support to open new layershell and support popup window.
- support ext-virtual-keyboard

With crate, you can use iced to build your kde-shell, notification application, and etc.

## Example

you can take `./examples/simplelayer.rs` for example

```rust
Expand Down

0 comments on commit 9ee97e5

Please sign in to comment.