mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
Add recipes
This commit is contained in:
parent
d7f1f5be2a
commit
a861238390
8
recipes/wip/demos/blitz/recipe.toml
Normal file
8
recipes/wip/demos/blitz/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/DioxusLabs/blitz"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples url markdown
|
||||
"""
|
||||
10
recipes/wip/demos/dioxus-examples/recipe.toml
Normal file
10
recipes/wip/demos/dioxus-examples/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/DioxusLabs/dioxus"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples calculator clock counters \
|
||||
file_explorer hello_world multiwindow popup window_event \
|
||||
window_zoom
|
||||
"""
|
||||
8
recipes/wip/demos/egui/recipe.toml
Normal file
8
recipes/wip/demos/egui/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/emilk/egui"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples hello_world_simple
|
||||
"""
|
||||
8
recipes/wip/demos/leptos-counter/recipe.toml
Normal file
8
recipes/wip/demos/leptos-counter/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/leptos-rs/leptos"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples counter
|
||||
"""
|
||||
8
recipes/wip/demos/tachyonfx/recipe.toml
Normal file
8
recipes/wip/demos/tachyonfx/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/junkdog/tachyonfx"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples basic-effects open-window tweens
|
||||
"""
|
||||
8
recipes/wip/demos/taffy/recipe.toml
Normal file
8
recipes/wip/demos/taffy/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/DioxusLabs/taffy"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples basic cosmic_text
|
||||
"""
|
||||
8
recipes/wip/dev/dioxus/recipe.toml
Normal file
8
recipes/wip/dev/dioxus/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/DioxusLabs/dioxus"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages dioxus-cli
|
||||
"""
|
||||
8
recipes/wip/dev/leptosfmt/recipe.toml
Normal file
8
recipes/wip/dev/leptosfmt/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bram209/leptosfmt"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages leptosfmt
|
||||
"""
|
||||
5
recipes/wip/dev/trunk/recipe.toml
Normal file
5
recipes/wip/dev/trunk/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/trunk-rs/trunk"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user