You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the example on macOS, I get an output azul.App.run(x11) in the terminal, but there is no window. I'm using version azul-d54e1d94090e89b78e3ddcefd6372dcf6b5e317f and 1.0.0-alpha4. How can I fix it?
The text was updated successfully, but these errors were encountered:
You can't, window creation is currently a stub on macOS. It's not implemented yet, only Windows works.
My current development plan is developing in Parallels (on a Mac, but using Windows). Once Windows works 100% I'll port it to macOS. I had to reimplement the window handling due to winit not implementing support for native menus (menu bars / context menus).
Is there an old commit that can be build, run, create a window, and place HTML on it can running on three platforms? Can you tell me which commit it is?
When I run the example on macOS, I get an output
azul.App.run(x11)
in the terminal, but there is no window. I'm using versionazul-d54e1d94090e89b78e3ddcefd6372dcf6b5e317f
and1.0.0-alpha4.
How can I fix it?The text was updated successfully, but these errors were encountered: