Skip to content

Commit d068762

Browse files
committed
doc: add description for crates
1 parent e4a98d9 commit d068762

8 files changed

Lines changed: 9 additions & 1 deletion

File tree

crates/unen_app/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "unen_app"
3+
description = "Application crate for UnnamedEngine"
34
version.workspace = true
45
edition.workspace = true
56
license.workspace = true

crates/unen_event/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "unen_event"
3+
description = "Event crate for UnnamedEngine"
34
version.workspace = true
45
edition.workspace = true
56
license.workspace = true

crates/unen_event_derive/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "unen_event_derive"
3+
description = "Event derive crate for UnnamedEngine"
34
version.workspace = true
45
edition.workspace = true
56
license.workspace = true

crates/unen_logging/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "unen_logging"
3+
description = "Logging crate for UnnamedEngine"
34
version.workspace = true
45
edition.workspace = true
56
license.workspace = true

crates/unen_net/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
2-
name = 'unen_net'
2+
name = "unen_net"
3+
description = "Networking crate for UnnamedEngine"
34
version.workspace = true
45
edition.workspace = true
56
license.workspace = true

crates/unen_render/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "unen_render"
3+
description = "Rendering crate for UnnamedEngine"
34
version.workspace = true
45
edition.workspace = true
56
license.workspace = true

crates/unen_window/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "unen_window"
3+
description = "Window crate for UnnamedEngine"
34
version.workspace = true
45
edition.workspace = true
56
license.workspace = true

crates/unen_winit/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "unen_winit"
3+
description = "Winit crate for UnnamedEngine"
34
version.workspace = true
45
edition.workspace = true
56
license.workspace = true

0 commit comments

Comments
 (0)