Add missing description metadata to subcrates
This commit is contained in:
parent
b32ea0f7ff
commit
c59615019d
5 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
[package]
|
||||
name = "iced_devtools"
|
||||
description = "Attachable developer tools for any iced program"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
[package]
|
||||
name = "iced_program"
|
||||
description = "The definition of an iced program"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
[package]
|
||||
name = "iced_selector"
|
||||
description = "A set of abstractions for selecting data from the widget tree."
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
[package]
|
||||
name = "iced_test"
|
||||
description = "A library for testing iced applications in headless mode"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
[package]
|
||||
name = "iced_tester"
|
||||
description = "A test recorder, editor, and runner for your iced applications"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue