update docs

This commit is contained in:
xianjimli 2019-05-11 21:22:40 +08:00
parent 0d021f6342
commit 6ccc5f3510

View File

@ -27,3 +27,11 @@ TARGET_ARCH='x86'
```
NANOVG_BACKEND='AGGE'
```
* 3.编译32位版本需要重新生成资源。
```
scripts/update_res.py clean
scripts/update_res.py all
```