From 9ee97e5178dea081f243daaa51961ca8845c6746 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Thu, 8 Aug 2024 19:09:46 +0859 Subject: [PATCH] chore: adjust README --- README.md | 2 +- iced_layershell/README.md | 9 +++++++++ layershellev/README.md | 9 --------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f0c0666..cec54a2 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/iced_layershell/README.md b/iced_layershell/README.md index 8ef9269..9adbee4 100644 --- a/iced_layershell/README.md +++ b/iced_layershell/README.md @@ -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 diff --git a/layershellev/README.md b/layershellev/README.md index 2b8f123..dd1aa24 100644 --- a/layershellev/README.md +++ b/layershellev/README.md @@ -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