This fixed the issue.
For the record:
I had to add the following lines to Project.toml to make it work:
[deps]
GLFW_jll = "0656b61e-2033-5cc2-a64a-77c0f6c09b89"
[compat]
GLFW_jll = "=3.3.9"
This fixed the issue.
For the record:
I had to add the following lines to Project.toml to make it work:
[deps]
GLFW_jll = "0656b61e-2033-5cc2-a64a-77c0f6c09b89"
[compat]
GLFW_jll = "=3.3.9"