mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
Update TODOs and fix the soft-ratatui recipe
This commit is contained in:
parent
ec795bf873
commit
6e92b9a6ca
@ -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 \
|
||||
|
||||
@ -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
|
||||
"""
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO glutin crate error
|
||||
[source]
|
||||
git = "https://github.com/QuantumBadger/Speedy2D"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/FGRibreau/spinners"
|
||||
[build]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user