Recently I did the bevy (game engine) hello world tutorial[1].
To facilitate less slow iteration time when developing, it supports dynamic linking, disabling some optimizations, and using the lld linker for fast linking, although using lld failed for me.

When running cargo build, only your project is recompiled quickly and linked.

I was wondering how this dynamic linking might be facilitated in Guix?


Note: I had to update cargo to 0.60 to compile bevy with edition2021

[1] https://bevyengine.org/learn/book/getting-started/

Reply via email to