I used gtk+3 installed from brew which installed libepoxy as a gtk+3 dependency. I also was sure to clone the submodules as well. It built fine, but when I ran it with cargo run, it crashed with a segfault. Here's the error report, if that's helpful. If you want to delete this issue without immediately dealing with macOS, that's fine.
That's weird. I'm not sure how that would ever crash. Maybe GTK isn't setting up the GL context correctly on macOS? Does the triangle demo from gtk3-demo work?
I used
gtk+3
installed from brew which installedlibepoxy
as agtk+3
dependency. I also was sure to clone the submodules as well. It built fine, but when I ran it withcargo run
, it crashed with a segfault. Here's the error report, if that's helpful. If you want to delete this issue without immediately dealing with macOS, that's fine.report