mooo

Results 41 comments of mooo

> Previously, the layout module enforced strict trait bounds on the underlying user data type—that is, U: Copy + Clone. This is not necessary for most of the methods of...

> That is true, which is exactly the expected behavior. The `impl` block only applies _if_ the trait bounds are met. Otherwise, we only `impl` the most basic functionality of...

When hand writing the vectorization, I did some AB testing with built in gamma correction which went largely unnoticeable. People that did notice it, preferred it without. > However, when...

#7 was closed because technically my employer owns this project and `zlib` wasn't an approved license at that time. I opened a ticket to add `zlib` which was resolved like...

Sounds good to me. I approve the license change to `MIT OR Apache-2.0 OR Zlib`. I don't have the time right now to shepard the license change, so if you...

Ralith noted including the following: ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall...

I'm going to tentatively mark this as wontfix since it's not clear to me that the actual issue is in `fontdue`, but leave this bug open for now because this...

> Using the crate without the SIMD feature still brought up some linker errors, but those were solvable by simply copying the `fminf` and `fmaxf` functions from the `libm` source...

I'll consider it for the next release. I'll checkout if there's a cargo command that'll just do it for me on publish since otherwise I'll forget. Do you have any...