Juniper
Juniper
pretty self-explanitory.  the textures seem to be randomly replaced. there are a few patterns I have spotted, such as mekanism and RFtools textures always replacing reeds.
While Iced has a built-in text editor, it is somewhat barebones. Having a more advanced text editor widget available would be very useful for projects which heavily make use of...
According to the commit history, the version was changed to 0.4 a few months ago, but the version on crates.io is still 0.3. Is there a reason for this?
The Oniguruma C library is archived, and fails to build correctly on many systems. Fancy-regex is Rust based and still actively updated, and is able to be built just fine.
u8x8 is already a part of the unstable `std::simd` module: https://doc.rust-lang.org/std/simd/type.u8x8.html Is there any reason why `wide` does not support it?
This allows addons to add their own Mushroom Colonies without needing to mixin `RichSoilBlock`. This also changes the `MushroomColonyBlock` to use an `Item` instead of a `Holder`, as the `builtInRegistryHolder`...