Update TODOs and fix the taffy recipe

This commit is contained in:
Ribbon 2025-06-06 13:06:50 -03:00
parent 6e92b9a6ca
commit db275e0ac9
4 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#TODO the "egui_example" package is missing on the root Cargo.toml
#TODO glutin crate error
[source]
git = "https://github.com/gold-silver-copper/soft_ratatui"
[build]

View File

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

View File

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

View File

@ -4,5 +4,6 @@ git = "https://github.com/DioxusLabs/taffy"
[build]
template = "custom"
script = """
cookbook_cargo_examples basic cosmic_text
cookbook_cargo_examples basic
cookbook_cargo_packages cosmic-text-example
"""