run examples/tictactoe
thread 'main' panicked at 'Failed to initialize any backend! Wayland status: NoCompositorListening X11 status: LibraryOpenError(OpenError { kind: Library, detail: "opening library failed (libXcursor.so.1: cannot open shared object file: No such file or directory); opening library failed (libXcursor.so: cannot open shared object file: No such file or directory)" })', /home/vic/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.28.1/src/platform_impl/linux/mod.rs:757:9
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Hmm, @ten3roberts, are X deps still required when running with Wayland?
I am not sure.
Winit can switch between both of them at runtime.
Are you running a wayland session or X11 session?