I am working on making some reusable GUI elements and would like to include a gorm file in a library so that I don't have to create all of the UI elements programmatically.
I started out by creating the gorm file in an application. Is there a straight-forward way to use the gorm file from my test application in a library? How would I go about loading it?
