mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-07-15 12:25:19 +03:00
bindgen-0.65 is incompatible with llvm 22, we should upgrade to a newer bindgen version error message: ``` error[E0609]: no field `g_w` on type `vpx_codec_enc_cfg` --> libs/scrap/src/common/vpxcodec.rs:66:19 | 66 | c.g_w = config.width; | ^^^ unknown field | = note: available field is: `_address` ```