diff --git a/README.md b/README.md new file mode 100644 index 00000000..648862cc --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# GPUI App Example + +This is an example of build app by using GPUI. + + + +## How to build + +```bash +cargo run +```