Update recipes

This commit is contained in:
Ribbon 2024-11-24 04:12:51 +00:00
parent 22feec8d85
commit 1cbf60d426
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO fontique crate error
[source]
git = "https://github.com/DioxusLabs/blitz"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO glutin crate error
[source]
git = "https://github.com/yazgoo/blockish"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO outdated redox_syscall crate (cargo update don't fix it)
[source]
git = "https://github.com/yazgoo/blockishfire"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/AryanpurTech/BlueEngine"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO iroh-quinn-udp crate error
[source]
git = "https://github.com/fishfolk/bones"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/colored-rs/colored"
[build]

View File

@ -4,5 +4,5 @@ git = "https://github.com/darthdeus/comfy"
[build]
template = "custom"
script = """
cookbook_cargo_examples animated_shapes animated_sprites animated_text bloom circle colors egui fragment-shader lighting music physics shapes single_particle sprite text
cookbook_cargo_examples animated_shapes animated_sprites animated_text bloom circle colors egui fragment-shader lighting music shapes single_particle sprite text
"""