James Tucker
James Tucker
Quite right, I forgot versioning information, doubling down:  ``` ~\src\glutin> cargo run --example window warning: unused import: `std::mem` --> C:\Users\raggi\src\glutin\target\debug\build\glutin_wgl_sys-580181e13c8eaeb7\out/wgl_bindings.rs:3:21 | 3 | pub use std::mem; | ^^^^^^^^ |...
> Why do you suppose the micro tests show no performance improvement but the macro tests do? The shortest summary is that my guess is that the micro-benchmarks speculate and...
To highlight again: > Personally I think the simplification is probably of more value, I did testing on the performance primarily to be sure that it didn't get slower, but...
Is part of the problem here more one of naming, e.g. "NativeEndian", perhaps something closer to what this is used for in most good cases is the systems ABI endianness....
Some relevant history: https://github.com/rust-windowing/winit/issues/1695 https://github.com/rust-windowing/winit/issues/2099 https://github.com/rust-windowing/winit/pull/2105 Of particular interest: https://github.com/rust-windowing/winit/pull/2105#issuecomment-1015695124 This example forms a meaningful test program: https://github.com/rust-windowing/winit/blob/master/examples/mouse_wheel.rs
The current version in main, here: [[Inconsolata[wdth,wght].ttf](https://github.com/googlefonts/Inconsolata/blob/main/fonts/variable/Inconsolata%5Bwdth%2Cwght%5D.ttf)](https://github.com/googlefonts/Inconsolata/blob/9cd7f73/fonts/variable/Inconsolata[wdth%2Cwght].ttf) The Windows 11 built-in font viewer, at 22621.1265
The main challenge we've seen in testing is that the animations cause chrome & cef windows to render in the wrong place - they start to render outside of their...
Oh dear, homebrew has been changing how they operate in this area. I don't think they've really solved the problem correctly, but their new mechanisms are now going to cause...
Thank you for the report. I'm trying to decide how best to handle this.
Yeah, I'm considering just withdrawing this package. The most recent homebrew changes are a real pain to work with and they still don't seem to be overly interested in fixing...