Skip to content

Commit b13124a

Browse files
committed
update readme
1 parent 35e061d commit b13124a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ exe.root_module.addImport("webui", zig_webui.module("webui"));
115115
> It is not recommended to dynamically link libraries under Windows, which may cause some symbol duplication problems.
116116
> see this issue: https://github.com/ziglang/zig/issues/15107
117117
118+
### Windows without console
119+
120+
For hide console window, you can set `exe.subsystem = .Windows;`!
121+
118122
## UI & The Web Technologies
119123

120124
[Borislav Stanimirov](https://ibob.bg/) discusses using HTML5 in the web browser as GUI at the [C++ Conference 2019 (_YouTube_)](https://www.youtube.com/watch?v=bbbcZd4cuxg).

0 commit comments

Comments
 (0)