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
I'd like to write an OpenGL (using glow) app that can run on both web and desktop with minimal code changes. Is there support for this, or do I have to use cfg(target_arch)? If not glutin, is there another crate that provides this functionality? Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I'd like to write an OpenGL (using glow) app that can run on both web and desktop with minimal code changes. Is there support for this, or do I have to use
cfg(target_arch)
? If not glutin, is there another crate that provides this functionality? Thanks.The text was updated successfully, but these errors were encountered: