evo-lua / evo-luvi

[Obsolete] Experimental Lua runtime environment built on Luvi (libuv + LuaJIT)
https://evo-lua.github.io
Apache License 2.0
1 stars 0 forks source link

Add a script for exporting the dependency graph #122

Closed rdw-software closed 1 year ago

rdw-software commented 1 year ago

This can help understand the ninja build process better, and may even be auto-generated and placed in the documentation?

The only caveat: Dependencies built ahead-of-time aren't included as there are no build edges for them in the generated ninja file.