Skip to content

Commit 6657505

Browse files
committed
docs: Added missing information to the crates
1 parent c84e967 commit 6657505

File tree

9 files changed

+64
-8
lines changed

9 files changed

+64
-8
lines changed

components/Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
[package]
22
name = "freya-components"
3+
description = "Cross-platform GUI Library."
34
version = "0.1.0"
45
edition = "2021"
6+
license = "MIT"
7+
authors = ["Marc Espín <[email protected]>"]
8+
readme = "../readme.md"
9+
homepage = "https://github.com/marc2332/freya"
10+
repository = "https://github.com/marc2332/freya"
11+
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"]
12+
categories = ["GUI"]
513

614
[dependencies]
715
dioxus = { git = "https://github.com/dioxuslabs/dioxus" }

elements/Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
[package]
22
name = "freya-elements"
3+
description = "Cross-platform GUI Library."
34
version = "0.1.0"
45
edition = "2021"
6+
license = "MIT"
7+
authors = ["Marc Espín <[email protected]>"]
8+
readme = "../readme.md"
9+
homepage = "https://github.com/marc2332/freya"
10+
repository = "https://github.com/marc2332/freya"
11+
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"]
12+
categories = ["GUI"]
513

614
[dependencies]
715
bumpalo = "3.11.0"

freya/Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
[package]
22
name = "freya"
3+
description = "Cross-platform GUI Library."
34
version = "0.1.0"
45
edition = "2021"
6+
license = "MIT"
7+
authors = ["Marc Espín <[email protected]>"]
8+
readme = "../readme.md"
9+
homepage = "https://github.com/marc2332/freya"
10+
repository = "https://github.com/marc2332/freya"
11+
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"]
12+
categories = ["GUI"]
513

614
[features]
715
x11 = ["freya-renderer/x11"]

hooks/Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
[package]
22
name = "freya-hooks"
3+
description = "Cross-platform GUI Library."
34
version = "0.1.0"
45
edition = "2021"
6+
license = "MIT"
7+
authors = ["Marc Espín <[email protected]>"]
8+
readme = "../readme.md"
9+
homepage = "https://github.com/marc2332/freya"
10+
repository = "https://github.com/marc2332/freya"
11+
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"]
12+
categories = ["GUI"]
513

614
[dependencies]
715
dioxus = { git = "https://github.com/dioxuslabs/dioxus", features = ["macro", "hooks"]}

layers/Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
[package]
22
name = "freya-layers"
3+
description = "Cross-platform GUI Library."
34
version = "0.1.0"
45
edition = "2021"
6+
license = "MIT"
7+
authors = ["Marc Espín <[email protected]>"]
8+
readme = "../readme.md"
9+
homepage = "https://github.com/marc2332/freya"
10+
repository = "https://github.com/marc2332/freya"
11+
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"]
12+
categories = ["GUI"]
513

614
[dependencies]
715
freya-node-state = { path = "../state", version = "0.1.0" }

layout/Cargo.lock

Lines changed: 0 additions & 7 deletions
This file was deleted.

layout/Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
[package]
22
name = "freya-layout"
3+
description = "Cross-platform GUI Library."
34
version = "0.1.0"
45
edition = "2021"
6+
license = "MIT"
7+
authors = ["Marc Espín <[email protected]>"]
8+
readme = "../readme.md"
9+
homepage = "https://github.com/marc2332/freya"
10+
repository = "https://github.com/marc2332/freya"
11+
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"]
12+
categories = ["GUI"]
513

614
[dependencies]
715
dioxus-native-core = { git = "https://github.com/dioxuslabs/dioxus" }

renderer/Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
[package]
22
name = "freya-renderer"
3+
description = "Cross-platform GUI Library."
34
version = "0.1.0"
45
edition = "2021"
5-
6+
license = "MIT"
7+
authors = ["Marc Espín <[email protected]>"]
8+
readme = "../readme.md"
9+
homepage = "https://github.com/marc2332/freya"
10+
repository = "https://github.com/marc2332/freya"
11+
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"]
12+
categories = ["GUI"]
613
[features]
714
x11 = ["skia-safe/x11"]
815
wireframe = []

state/Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
[package]
22
name = "freya-node-state"
3+
description = "Cross-platform GUI Library."
34
version = "0.1.0"
45
edition = "2021"
6+
license = "MIT"
7+
authors = ["Marc Espín <[email protected]>"]
8+
readme = "../readme.md"
9+
homepage = "https://github.com/marc2332/freya"
10+
repository = "https://github.com/marc2332/freya"
11+
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"]
12+
categories = ["GUI"]
513

614
[dependencies]
715
dioxus = { git = "https://github.com/dioxuslabs/dioxus" }

0 commit comments

Comments
 (0)