Hey,
i was trying to build wluma with GNU Guix, which depends on ash. For the ./examples directory I would need the "image" crate version 0.10.4; currently guix upstream only has versions >0.20. trying to build image-0.10.4 turns out a complete wormhole, depending on crates more then 5 years old. After already collecting 6 downgrading package declarations, I stopped at trying to build "glium-0.14" for "png-0.5".
I don't know if I could avoid this somehow by just not building the examples, I haven't looked into cargo yet, I only find the Cargo.toml not really that expressive to see that at first glance. But I think it might be a good move at large to move to a recent version of image ;).
Hey,
i was trying to build wluma with GNU Guix, which depends on ash. For the ./examples directory I would need the "image" crate version 0.10.4; currently guix upstream only has versions >0.20. trying to build image-0.10.4 turns out a complete wormhole, depending on crates more then 5 years old. After already collecting 6 downgrading package declarations, I stopped at trying to build "glium-0.14" for "png-0.5".
I don't know if I could avoid this somehow by just not building the examples, I haven't looked into cargo yet, I only find the Cargo.toml not really that expressive to see that at first glance. But I think it might be a good move at large to move to a recent version of image ;).