Docs.rs
  • smithay-client-toolkit-0.18.1
    • smithay-client-toolkit 0.18.1
    • Docs.rs crate page
    • MIT
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • github:smithay:publishers
    • elinorbgr
    • Dependencies
      • bitflags ^2.4 normal
      • bytemuck ^1.13.0 normal
      • calloop ^0.12.1 normal
      • calloop-wayland-source ^0.2.0 normal
      • cursor-icon ^1.1.0 normal
      • libc ^0.2.148 normal
      • log ^0.4 normal
      • memmap2 ^0.9.0 normal
      • rustix ^0.38.15 normal
      • thiserror ^1.0.30 normal
      • wayland-backend ^0.3.0 normal
      • wayland-client ^0.31.1 normal
      • wayland-csd-frame ^0.3.0 normal
      • wayland-cursor ^0.31.0 normal
      • wayland-protocols ^0.31.0 normal
      • wayland-protocols-wlr ^0.2.0 normal
      • wayland-scanner ^0.31.0 normal
      • xkbcommon ^0.7.0 normal
      • xkeysym ^0.2.0 normal
      • bytemuck ^1.13.0 dev
      • drm-fourcc ^2.2.0 dev
      • env_logger ^0.10 dev
      • font-kit ^0.11.0 dev
      • image ^0.24 dev
      • pollster ^0.3.0 dev
      • raqote ^0.8.2 dev
      • raw-window-handle ^0.5.2 dev
      • wgpu ^0.17.1 dev
      • pkg-config ^0.3 build
    • Versions
    • 60.51% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

smithay_client_toolkit0.18.1

  • All Items
  • Modules
  • Macros
?
Change settings

Crate smithay_client_toolkit

source ·

Modules§

  • activation
  • compositor
  • data_device_manager
  • dmabuf
  • error
  • globals
  • output
  • primary_selection
  • reexports
    Re-exports of some crates, for convenience.
  • registry
    Utilities for binding globals with wl_registry in delegates.
  • seat
  • session_lock
  • shell
    Shell abstractions
  • shm
  • subcompositor

Macros§

  • delegate_activation
  • delegate_compositor
  • delegate_data_device
  • delegate_dmabuf
  • delegate_keyboardxkbcommon
  • delegate_layer
  • delegate_output
  • delegate_pointer
  • delegate_pointer_constraints
  • delegate_primary_selection
  • delegate_registry
    Delegates the handling of wl_registry.
  • delegate_relative_pointer
  • delegate_seat
  • delegate_session_lock
  • delegate_shm
    Delegates the handling of wl_shm to some Shm.
  • delegate_simple
  • delegate_subcompositor
  • delegate_touch
  • delegate_xdg_popup
  • delegate_xdg_shell
  • delegate_xdg_window
  • registry_handlers
    A helper macro for implementing ProvidesRegistryState.