Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 committed Jan 13, 2024
1 parent cf7c06b commit 498f391
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[package]
name = "floem"
version = "0.1.0"
authors = ["The Floem contributors"]
readme = "README.md"
repository = "https://github.com/lapce/floem"
description = "A native Rust UI library with fine-grained reactivity"
edition = "2021"
license.workspace = true
rust-version = "1.75"
license.workspace = true

[dependencies]
sha2 = "0.10.6"
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ To sample Floem's capabilities, check out the repo and run the [widget gallery](

![Widget gallery](docs/img/widget-gallery.png)

## Installation and usage

Floem can be installed as a Git dependency. We aim to make Floem available on crates.io [eventually](https://github.com/lapce/floem/discussions/232).

```bash
cargo add --git 'https://github.com/lapce/floem' floem
```

To help you master Floem, we provide [documentation](http://lapce.dev/floem/floem/) and [code examples](examples/).

## Contributions
Expand Down

0 comments on commit 498f391

Please sign in to comment.