Sirius Wu
Sirius Wu
I've found that I can read at most 126 input registers with `read_input_registers()`. But why 126? Which part of the source code should I read.
While I execute `cargo android run`, it failed with the following message, ``` error: Failed to get device name Name regex didn't match anything. ``` It failed because I'm developing...
Some code forgot to use wrapping_sub may be still sticking around. New code forgetting them will also be written.
The git version of winit has fixed issue of transparent window. But running on linux with egui_wgpu_backend still get no transparent background.
I've run `mdbook build` and encountered the following error, I've tectonic installed and using debian linux. Any idea? ``` 2021-06-07 18:41:15 [INFO] (mdbook::book): Book building has started 2021-06-07 18:41:16 [INFO]...
How could I set target-specific environment variables?