dbr/Ben

Results 133 comments of dbr/Ben

Ah useful, thanks! Will try with these soon

Ah, sorry, I should have explained better: it would catch the specific failure that caused #631 The problem was some files needed for the `freetype` weren't included in the .crate...

It is not easy to do `cargo package -p imgui` without publishing the dependant `imgui-sys` to crates.io (adding the `--no-verify` flag defeats the purpose of this since it skips building...

> That being said, I'm not sure about tiny-skia. Have you seen https://github.com/zesterer/euc? It's pure rust, which is nice, but it also looks a bit simpler in API to use....

> I wonder if there's something spiritually similar to mint but for pixmaps Closest thing I could find is https://lib.rs/crates/rgb > I think I have a good idea of how...

Oh forgot to update here - the WIP code is here (barely presentable, but wouldn't take much to tidy it to a "releasable" state) https://github.com/dbr/imgui-book-prototype You run `mdbook build` in...

> I read the 0.8 tracking issue and this suggestion does go against the "Make everything build off of Ui" long-term goal I think the "everything from Ui" goal is...

Maybe stating the obvious, but there's a bunch of breaking changes in `main` since the 0.8 release, so the 0.8.3 release will need to come from a branch rather than...

> @dbr What happened to the authorship on [5207b29](https://github.com/imgui-rs/imgui-rs/commit/5207b29a56f888ee757f92d685344480be04c5cd), btw? Hmm, not sure, sorry about that! I think I may just manually copied the change over to the branch rather...

Might be worth splitting this discussion out elsewhere, but.. with the clippy CI thing it seems like there is a few different levels of "progressiveness": 1. Don't bother running it...