mirror of
https://gitcode.com/Zengtudor/EnvEditorWebview.git
synced 2025-06-03 20:34:53 +00:00
9 lines
171 B
C++
9 lines
171 B
C++
#include <webview/backends.hh>
|
|
#include <webview/webview.h>
|
|
|
|
|
|
int main(){
|
|
webview::webview wv(false,nullptr);
|
|
wv.navigate("https://www.baidu.com");
|
|
wv.run();
|
|
} |