diff --git a/README.md b/README.md index 5e416c2..9b0ff52 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ - +

Rust Lucide

@@ -24,9 +24,9 @@ See [the Rust Lucide book](https://lucide.rustforweb.org/introduction.html#frame See [the Rust Lucide book](https://lucide.rustforweb.org). - +The logo is a combination of the [Lucide logo](https://github.com/lucide-icons/lucide/blob/main/docs/public/logo-icon.svg) and [Ferris the Rustacean](https://rustacean.net/). ## License diff --git a/book/src/introduction.md b/book/src/introduction.md index b5b4659..0b72a56 100644 --- a/book/src/introduction.md +++ b/book/src/introduction.md @@ -1,6 +1,6 @@ - +

# Introduction diff --git a/logo.svg b/logo.svg new file mode 100644 index 0000000..90aa1db --- /dev/null +++ b/logo.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/dioxus/Cargo.toml b/packages/dioxus/Cargo.toml index 71bb3ff..c5a9746 100644 --- a/packages/dioxus/Cargo.toml +++ b/packages/dioxus/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lucide-dioxus" description = "Dioxus port of Lucide." -homepage = "https://lucide.rustforweb.org/dioxus.html" +homepage = "https://lucide.rustforweb.org/frameworks/dioxus.html" authors.workspace = true edition.workspace = true diff --git a/packages/dioxus/README.md b/packages/dioxus/README.md index 3b5fcb0..b78d2d1 100644 --- a/packages/dioxus/README.md +++ b/packages/dioxus/README.md @@ -1,8 +1,8 @@ - +

Lucide Dioxus

diff --git a/packages/leptos/Cargo.toml b/packages/leptos/Cargo.toml index c240ee1..03b0fef 100644 --- a/packages/leptos/Cargo.toml +++ b/packages/leptos/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lucide-leptos" description = "Leptos port of Lucide." -homepage = "https://lucide.rustforweb.org/leptos.html" +homepage = "https://lucide.rustforweb.org/frameworks/leptos.html" authors.workspace = true edition.workspace = true diff --git a/packages/leptos/README.md b/packages/leptos/README.md index ebdf00a..851ae09 100644 --- a/packages/leptos/README.md +++ b/packages/leptos/README.md @@ -1,8 +1,8 @@ - +

Lucide Leptos

diff --git a/packages/yew/Cargo.toml b/packages/yew/Cargo.toml index 12c26f3..6909ef1 100644 --- a/packages/yew/Cargo.toml +++ b/packages/yew/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lucide-yew" description = "Yew port of Lucide." -homepage = "https://lucide.rustforweb.org/yew.html" +homepage = "https://lucide.rustforweb.org/frameworks/yew.html" authors.workspace = true edition.workspace = true diff --git a/packages/yew/README.md b/packages/yew/README.md index b84c28e..037fbf0 100644 --- a/packages/yew/README.md +++ b/packages/yew/README.md @@ -1,8 +1,8 @@ - +

Lucide Yew