Update recipes

This commit is contained in:
Ribbon 2024-12-04 08:00:45 +00:00
parent 35f17e35c5
commit 5a3fcbde03
8 changed files with 8 additions and 16 deletions

View File

@ -1,9 +1,9 @@
#TODO not compiled or tested
#TODO glutin crate error
[source]
git = "https://github.com/FyroxEngine/Fyrox-demo-projects"
[build]
template = "custom"
script = """
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/ui"
cookbook_cargo_packages ui
cookbook_cargo_packages executor
"""

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO require rustc 1.81
[source]
git = "https://github.com/ggez/ggez"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO update the mio crate version (after cargo update)
[source]
git = "https://github.com/adamsky/globe"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO hot-lib-reloader crate error
[source]
git = "https://github.com/polymonster/hotline"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO require rustc 1.80.1
[source]
git = "https://github.com/dcampbell24/iced_7guis"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO ahash crate error
[source]
git = "https://github.com/tesselode/kira-examples"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO winit crate error (even after cargo update)
[source]
git = "https://github.com/sebcrozet/kiss3d"
[build]

View File

@ -1,8 +0,0 @@
#TODO not compiled or tested
[source]
git = "https://github.com/leptos-rs/leptos"
[build]
template = "custom"
script = """
cookbook_cargo_examples counter
"""