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

View file

@ -86,7 +86,7 @@ $ git submodule update
Then run the `demo` example:
```shell
$ DEP_LV_CONFIG_PATH=`pwd`/examples/include cargo run --example demo
$ DEP_LV_CONFIG_PATH=`pwd`/examples/include cargo run --example demo --features="alloc"
```
## Feature Support