Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Use published Floem version
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterdd committed Jan 14, 2024
1 parent c219d27 commit e1ec12b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"]

[dependencies]
embed-doc-image = "0.1.4"
floem = { git = "https://github.com/lapce/floem", rev = "9fc98fd6789beb1accc7af25291321ae3d0d9542" }
floem = "0.1.1"
im = "15.1.0"
num = "0.4.1"
strum = { version = "0.25.0", features = ["derive"] }
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@ Its [README](https://github.com/lapce/floem) and [documentation](http://lapce.de

## Installation

Since Floem does not have a published release, you can install it as a Git dependency:

```toml
floem = { git = "https://github.com/lapce/floem", rev = "9fc98fd6789beb1accc7af25291321ae3d0d9542" }
```

Crates.io does not allow Git dependencies, so Floem UI Kit is not available on crates.io yet. When Floem publishes to crates.io, Floem UI Kit will publish as well. In the meantime, you can install Floem UI Kit as a Git dependency.
You'll need to install a compatible Floem version along with Floem UI Kit. To see which Floem version we're currently based on, go to [Cargo.toml](Cargo.toml).

## Getting started with Floem UI Kit

Expand Down
2 changes: 1 addition & 1 deletion examples/counter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
floem-ui-kit = { path = "../.." }
floem = { git = "https://github.com/lapce/floem", rev = "9fc98fd6789beb1accc7af25291321ae3d0d9542" }
floem = "0.1.1"
2 changes: 1 addition & 1 deletion examples/showcase/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"

[dependencies]
floem-ui-kit = { path = "../.." }
floem = { git = "https://github.com/lapce/floem", rev = "9fc98fd6789beb1accc7af25291321ae3d0d9542" }
floem = "0.1.1"
strum = { version = "0.25.0", features = ["derive"] }

0 comments on commit e1ec12b

Please sign in to comment.