Fix the pixels recipe and update TODOs

This commit is contained in:
Ribbon 2025-06-01 15:41:07 -03:00
parent 509912e3a5
commit 90d4f6d3a1
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO libmalloc-sys crate error
[source]
git = "https://github.com/lhvy/pipes-rs"
[build]

View File

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

View File

@ -4,5 +4,5 @@ git = "https://github.com/parasyte/pixels"
[build]
template = "custom"
script = """
cookbook_cargo_examples conway invaders minimal-egui minimal-winit tiny-skia-winit
cookbook_cargo_packages conway invaders minimal-egui minimal-winit tiny-skia-winit
"""