Add README

This commit is contained in:
Jason Lee 2024-06-24 19:30:50 +08:00
parent 22674e84c4
commit 02c6a64c7b

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# GPUI App Example
This is an example of build app by using GPUI.
<img src="https://github.com/huacnlee/gpui-app/assets/5518/54460dce-f471-4183-a8f9-ffa3d5ef542c" width="650px" />
## How to build
```bash
cargo run
```