docs.rs failed to build xcb-util-cursor-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
xcb-util-cursor-0.4.0
xcb-util-cursor
Documentation: https://docs.rs/xcb-util-cursor
xcb-util-cursor is a safe rust interface for libxcb-cursor. It depends on rust-xcb and uses their types.
# Cargo.toml
[]
= "1.2.0"
= "0.1.2"
use ;
let = connect.unwrap;
let setup = connection.get_setup;
let screen = setup.roots.next.unwrap;
let cursor_context = new.unwrap;
let left_ptr = cursor_context.load_cursor.unwrap;