mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Update TODOs and the dioxus recipe
This commit is contained in:
parent
269ac9f46e
commit
0227b2176b
@ -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]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/hlorenzi/customasm"
|
||||
[build]
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
git = "https://github.com/DioxusLabs/dioxus"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages dioxus-cli
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user