EnvEditorWebview/README.md
2025-05-10 17:22:30 +08:00

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
```