Module format: versions of dependencies?

In the JUCE Module Format’s header block, you can specify names of other JUCE modules that your module depends on.

Is it possible to specify what versions of these modules you require?

If not, this is a pretty crucial feature request.

I remember that @vallant started a similar feature request a while ago JUCE module dependencies with version ranges - #5 by vallant

1 Like

Of course the best answer here is to use CMake on combination with something like CPM.cmake, but some clients are still working with the Projucer, and it would be nice to have a way to enforce versions of JUCE modules even when using the Projucer