Chase MacDonnell
Results
2
comments of
Chase MacDonnell
Compile the program without the "layout" feature enabled. (cargo build --no-default-features --features text) No clue why the layout feature is enabled by default when the yoga submodule isn't in the...
Whoops looks like you can't chain --no-default-features and --features. I'd try --no-default-features, if that works fine try experimenting with just --features "text"