Skip to content

Commit

Permalink
alcro 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivasa314 committed Feb 25, 2022
1 parent be13993 commit fb67565
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alcro"
version = "0.5.3"
version = "0.5.4"
authors = ["Srinivasa <[email protected]>"]
edition = "2018"
description = "A library to create desktop apps using rust and modern web technologies"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Thus Rust functions can be called from the UI and JavaScript can be called from
Alcro works similarily to the go library [lorca](https://github.com/zserge/lorca) so the name alcro is an anagram of lorca. However it uses pipes unlike lorca which uses a websocket.

## Documentation
[docs.rs](https://docs.rs/alcro/0.5.3/alcro/)
[docs.rs](https://docs.rs/alcro/0.5.4/alcro/)

## Examples
[https://github.com/Srinivasa314/alcro/tree/master/examples](https://github.com/Srinivasa314/alcro/tree/master/examples)
Expand Down

0 comments on commit fb67565

Please sign in to comment.