mirror of
https://gitcode.com/Zengtudor/EnvEditorWebview.git
synced 2025-06-05 21:34:52 +00:00
15 lines
261 B
Markdown
15 lines
261 B
Markdown
# EnvEditorWebview
|
|
|
|
A project using C++ and webview to edit environment values
|
|
|
|
## warning
|
|
>Up to now,the project cannot be used
|
|
|
|
## using libs
|
|
> [webview](https://github.com/webview/webview.git)
|
|
|
|
## How to build
|
|
```console
|
|
cmake -Bbuild
|
|
cmake --build build
|
|
``` |