emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
1.04k stars 97 forks source link

A bug #249

Closed mcfd closed 3 years ago

mcfd commented 3 years ago
error[E0599]: no variant or associated item named XKB_KEYMAP_FORMAT_TEXT_v1 found for enum xkb_keymap_format in the current scope --> /home/mcfd/.cargo/registry/src/mirrors.tuna.tsinghua.edu.cn-df7c3c540f42cdbd/minifb-0.17.0/src/os/posix/wayland.rs:1056:59 1056 xkbcommon_sys::xkb_keymap_format::XKB_KEYMAP_FORMAT_TEXT_v1, ^^^^^^^^^^^^^^^^^^^^^^^^^
variant or associated item not found in xkb_keymap_format
help: there is a variant with a similar name (notice the capitalization): XKB_KEYMAP_FORMAT_TEXT_V1

error: aborting due to previous error

For more information about this error, try rustc --explain E0599. error: could not compile minifb

To learn more, run the command again with --verbose. It's should "V1" not "v1"