Update TODOs and fix the soft-ratatui recipe

This commit is contained in:
Ribbon 2025-06-06 12:58:19 -03:00
parent ec795bf873
commit 6e92b9a6ca
5 changed files with 13 additions and 9 deletions

View File

@ -1,8 +1,11 @@
#TODO not compiled or tested
#TODO make libwayland work
[source]
git = "https://github.com/slint-ui/slint"
[build]
template = "custom"
dependencies = [
"libwayland",
]
script = """
cookbook_cargo_packages gallery energy-monitor carousel \
memory imagefilter plotter opengl_underlay opengl_texture \

View File

@ -1,8 +1,11 @@
#TODO not compiled or tested
#TODO make libwayland work
[source]
git = "https://github.com/Smithay/smithay"
[build]
template = "custom"
dependencies = [
"libwayland",
]
script = """
cookbook_cargo_packages smallvil
"""

View File

@ -1,8 +1,6 @@
#TODO not compiled or tested
#TODO the "egui_example" package is missing on the root Cargo.toml
[source]
git = "https://github.com/gold-silver-copper/soft_ratatui"
[build]
template = "custom"
script = """
cookbook_cargo_packages egui_example
"""
template = "cargo"
package_path = "egui_colors_example"

View File

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

View File

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