Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugbot authored and TylerBloom committed Sep 30, 2024
1 parent 858771b commit 0fad1fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/color_changer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "hello-world"
name = "color_changer"
version = "0.2.0"
edition = "2021"

[dependencies]
webatui = { path = "../../" }
ratatui = { version = "0.25", default-features = false, features = ["all-widgets"] }
ratatui = { version = "0.26", default-features = false, features = ["all-widgets"] }
base16-palettes = { version = "0.1", features = ["gruvbox"] }
yew = "0.21"
4 changes: 2 additions & 2 deletions examples/counter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "hello-world"
name = "counter"
version = "0.2.0"
edition = "2021"

[dependencies]
webatui = { path = "../../" }
ratatui = { version = "0.25", default-features = false, features = ["all-widgets"] }
ratatui = { version = "0.26", default-features = false, features = ["all-widgets"] }
base16-palettes = "0.1"
yew = "0.21"
2 changes: 1 addition & 1 deletion examples/hello_world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ edition = "2021"

[dependencies]
webatui = { path = "../../" }
ratatui = { version = "0.25", default-features = false, features = ["all-widgets"] }
ratatui = { version = "0.26", default-features = false, features = ["all-widgets"] }

0 comments on commit 0fad1fd

Please sign in to comment.