Skip to content

Commit

Permalink
Port main demo (Fixes #14)
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindberg committed Dec 13, 2022
1 parent 107e12a commit b1ffc26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions demo/src/scala/tui/demo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ object demo {
"canvas" -> tui.examples.canvas.Main.main,
"chart" -> tui.examples.chart.Main.main,
"custom_widget" -> tui.examples.custom_widget.Main.main,
"demo" -> tui.examples.demo.Main.main,
"gauge" -> tui.examples.gauge.Main.main,
"layout" -> tui.examples.layout.Main.main,
"list" -> tui.examples.list.App.main,
Expand Down
2 changes: 1 addition & 1 deletion submodules/tui-rs

0 comments on commit b1ffc26

Please sign in to comment.