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
#![windows_subsystem="windows"]// it is "console" by defaultexterncrate sciter;fnmain(){ ...}
Alternatively you can set RUSTFLAGS to
rem for MSVC targetsetRUSTFLAGS=-C link-arg=-subsystem:windows -C link-arg=-entry:mainCRTStartup
rem for Mingw targetsetRUSTFLAGS=-C link-args=-Wl,--subsystem,windows
There is a console window, can it be hiden?
The text was updated successfully, but these errors were encountered: