Add recipes

This commit is contained in:
Ribbon 2024-06-23 00:06:14 +00:00
parent d7f1f5be2a
commit a861238390
9 changed files with 71 additions and 0 deletions

View 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
"""

View 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
"""

View 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
"""

View 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
"""

View 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
"""

View 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
"""

View 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
"""

View 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
"""

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/trunk-rs/trunk"
[build]
template = "cargo"