Skip to content

Commit

Permalink
updated readme v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzarx1 committed Jun 4, 2023
1 parent 71bc47f commit 73a7520
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions 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 = "egui_graphs"
version = "0.5.0"
version = "0.5.1"
authors = ["Dmitrii Samsonov <[email protected]>"]
license = "MIT"
homepage = "https://github.com/blitzarx1/egui_graphs"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Graph visualization with rust, [petgraph](https://github.com/petgraph/petgraph)
This project represents a `Widget` implementation for egui framework. It allows effortless interactive graph visualization with rust.

## Features
- [ ] Display node labels;
- [ ] Node folding;
- [ ] Layouts;
- [x] Display node labels;
- [x] Node folding;
- [x] Arbitrarily complex graphs with self-references, multiple edges, loops, etc.;
- [x] Zoom & pan;
- [x] Dragging, Selecting;
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "basic"
version = "0.5.0"
version = "0.5.1"
authors = ["Dmitrii Samsonov <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion examples/basic_interactive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "basic_interactive"
version = "0.5.0"
version = "0.5.1"
authors = ["Dmitrii Samsonov <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion examples/basic_undirected/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "basic_undirected"
version = "0.5.0"
version = "0.5.1"
authors = ["Dmitrii Samsonov <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion examples/configurable/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "configurable"
version = "0.5.0"
version = "0.5.1"
authors = ["Dmitrii Samsonov <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down

0 comments on commit 73a7520

Please sign in to comment.