David Colson
David Colson
I don't know if it's feasible, but related to this issue, it would be cool if there was a command for searching directories, and a separate one for searching for...
I've seemingly fixed this by installed fd, setting -EnableFd to true _and_ setting the following environment variables: `FZF_DEFAULT_COMMAND=fd` `FZF_ALT_C_COMMAND=fd -t d` However this has broken the colouring of text and...
I tried this with default-features = false in the toml file. But I got this error when compiling: ``` C:\Users\David\Documents\NanoVGDemo\nanovg-rs\examples\demo>cargo build Compiling png-sys v1.6.16 (https://github.com/servo/rust-png#3c310567) Compiling nanovg v0.2.0 (file:///C:/Users/David/Documents/NanoVGDemo/nanovg-r s/examples/demo)...