Skip to content

Commit 0715554

Browse files
committed
clean up
1 parent 097921b commit 0715554

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# dioxus-free-icons
2-
1+
[![Discord Server](https://img.shields.io/discord/899851952891002890.svg?logo=discord&style=flat-square)](https://discord.gg/sKJSVNSCDJ)
32
[![Crates.io](https://img.shields.io/crates/v/dioxus-free-icons)](https://crates.io/crates/dioxus-free-icons)
43

4+
# dioxus-free-icons 🙂
5+
56
Use free svg icons in your [Dioxus](https://dioxuslabs.com/) projects easily with dioxus-free-icons.
67

78
More information about this crate can be found in the [crate documentation](https://docs.rs/dioxus-free-icons/0.7.0/dioxus_free_icons/).

packages/example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["nissy-dev <nd.12021218@gmail.com>"]
55
edition = "2021"
66

77
[dependencies]
8-
dioxus = { version = "0.5.0-alpha.0", features = ["web"] }
8+
dioxus = { version = "0.5.0", features = ["web"] }
99
dioxus-free-icons = { path = "../lib", features = ["font-awesome-brands"] }
1010

1111
log = "0.4.6"

0 commit comments

Comments
 (0)