Update TODOs and fix the three-d recipe

This commit is contained in:
Ribbon 2025-06-06 13:13:44 -03:00
parent 9544cab580
commit 3cd9688eed
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -3,6 +3,9 @@
git = "https://github.com/asny/three-d"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_examples animation environment fireworks fog forest image instanced_shapes lighting lights logo mandelbrot multiwindow pbr shapes shapes2d sprites statues terrain texture triangle
"""