Update TODOs and the dioxus recipe

This commit is contained in:
Ribbon 2025-06-08 12:30:59 -03:00
parent 269ac9f46e
commit 0227b2176b
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO require rustc 1.87 or newer
[source]
git = "https://github.com/theseus-rs/ristretto"
[build]

View File

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

View File

@ -3,6 +3,9 @@
git = "https://github.com/DioxusLabs/dioxus"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages dioxus-cli
"""