Update recipes

This commit is contained in:
Ribbon 2024-06-10 09:49:04 +00:00
parent 4f7a07bea9
commit 2e4b2a72cf
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/rust-lang/ferris-says"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO glutin crate error
[source]
git = "https://github.com/aetherknight/fractal-rs"
[build]

View File

@ -4,5 +4,5 @@ git = "https://github.com/jamestthompson3/tendril-wiki"
[build]
template = "custom"
script = """
cookbook_cargo_packages bin
cookbook_cargo_packages tendril
"""