Add --features="alloc" to run demo #52

Merged
rtwfroody merged 1 commit from run_demo into master 2022-01-10 13:35:54 +00:00

1 commit

Author SHA1 Message Date
Tim Newsome
8caa79e5df Add --features="alloc" to run demo
Without that, I got the following error from cargo:
```
error: target `demo` in package `lvgl` requires the features: `alloc`
Consider enabling them by passing, e.g., `--features="alloc"`
```
2022-01-08 13:15:40 -08:00