Marko Mijalkovic
Marko Mijalkovic
PR #115 fixes issue #114 by converting the output `u8` values to sRGB *after* fontdue creates a coverage vector. However, when working with linear `u8` values, a nonlinear function like...
This can be done via a fork for now, but ideally we can upstream this to the official rust repo. Depends on #49
`psp-gdb` somewhat works for now, but it is a hefty dependency as it requires the C toolchain to be compiled and installed. It also does not support printing Rust types.
There is currently no support for kernel mode functions. It would be nice to have an (off by default) `kernel` feature in this crate to enable all the missing kernel...
Hello, thanks for making this library :-) There seems to be a bug when calling `loudness_range` that occasionally triggers a panic. I've attached a stack trace with the relevant calls...
### Problem When the `CARGO_HOME` folder is moved to a new location, subsequent builds invalidate `target` folder caches because source file paths were updated. This is relevant in CI, where...