This commit is contained in:
amrbashir 2022-05-08 19:36:39 +02:00
parent 1e33121a8f
commit a7b7b0cf34
No known key found for this signature in database
GPG key ID: BBD7A47A2003FF33
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "muda"
version = "0.0.0"
description = "Menu utilities for Desktop Applications"
description = "Menu Utilities for Desktop Applications"
edition = "2021"
keywords = ["windowing", "menu"]
license = "Apache-2.0 OR MIT"

View file

@ -1,4 +1,4 @@
//! muda is a menu utilities library for Desktop Applications.
//! muda is a Menu Utilities library for Desktop Applications.
//! # Creating root menus
//!
//! Before you can add submenus and menu items, you first need a root or a base menu.