Martijn Gribnau

Results 64 comments of Martijn Gribnau

The http://delta3dengine.org/ link redirects to http://delta3d.io/ so maybe it would be better to link directly to the .io link 😃

Sic is practically a front-end for the [image](https://crates.io/crates/image) crate. It is unlikely that a change in `sic` can resolve this problem. If your use case has the absolute requirement to...

The imageproc crate already has many drawing functions built-in: - https://github.com/image-rs/imageproc/blob/master/examples/drawing.rs - https://docs.rs/imageproc/0.18.0/imageproc/drawing/index.html Relevant for #99

Since https://github.com/foresterre/cargo-msrv/pull/345 we now only fetch the index for commands where we need it; it's however not yet implemented lazilly.

Thanks for the detailed report! I've tried to reproduce this issue but was unable to. * What is your current cargo-msrv version?: `cargo msrv --version` * Do you have an...

> > > are you also interested in using Clap's declarative syntax for defining the CLI? I don't think that's directly related to the discussion above; so we should make...