Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow GLMakie to change the title of a screen after its creation.
Previously, GLFW.SetWindowTitle() was needed, which required adding the GLFW package to the script. This change just wraps GLFW.SetWindowTitle() into GLMakie.set_screen_title!().
- Loading branch information