Update README
This commit is contained in:
parent
d067fea4f8
commit
f9e075113e
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,8 @@ This is an example of build app by using GPUI.
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
[gpui-app-windows.zip](https://github.com/user-attachments/files/16039599/main-app.zip) - Updated at 2024/06/29
|
[main-app-windows.zip](https://github.com/user-attachments/files/16049565/main-app.zip) - Updated at 2024/07/01
|
||||||
|
[main-app-windows.zip](https://github.com/user-attachments/files/16039599/main-app.zip) - Updated at 2024/06/29
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,6 @@ impl Render for Workspace {
|
||||||
self.actions(div(), cx)
|
self.actions(div(), cx)
|
||||||
.key_context(context)
|
.key_context(context)
|
||||||
.relative()
|
.relative()
|
||||||
.debug()
|
|
||||||
.size_full()
|
.size_full()
|
||||||
.flex()
|
.flex()
|
||||||
.flex_col()
|
.flex_col()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue