Update TODOs and fix the rustubble recipe

This commit is contained in:
Ribbon 2025-06-06 12:07:43 -03:00
parent fb9d85ba68
commit c3584ba3c0
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/audulus/rui"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO device_query crate error
[source]
git = "https://github.com/lemunozm/ruscii"
[build]

View File

@ -4,5 +4,5 @@ git = "https://github.com/warpy-ai/rustubble"
[build]
template = "custom"
script = """
cookbook_cargo_examples list_example menu_list_example poem progress_bar_example spinner_example stopwatch_example table_example text_area_example text_input_example timer_example viewport_example
cookbook_cargo_examples list_example menu_list_example progress_bar_example spinner_example stopwatch_example table_example text_area_example text_input_example timer_example viewport_example
"""