hugopl / gtk4.cr

GTK4 bindings for Crystal
https://hugopl.github.io/gtk4.cr/
MIT License
101 stars 8 forks source link

Remove the symbolic link hack used in examples directory. #44

Closed hugopl closed 1 year ago

hugopl commented 1 year ago

The hack was done to be able to use require "gtk4" in examples instead of require "../src/gtk4", but this caused problems after the fix of https://github.com/hugopl/gi-crystal/issues/70

So things are simpler now.