Docs.rs
  • smithay-client-toolkit-0.19.2
    • smithay-client-toolkit 0.19.2
    • 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 optional
      • calloop ^0.13.0 normal optional
      • calloop-wayland-source ^0.3.0 normal optional
      • 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.32.1 normal
      • wayland-protocols-wlr ^0.3.1 normal
      • wayland-scanner ^0.31.0 normal
      • xkbcommon ^0.7.0 normal optional
      • 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.6.0 dev
      • wgpu ^0.19.0 dev
      • pkg-config ^0.3 build optional
    • Versions
    • 60.61% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

smithay_client_toolkit0.19.2

  • All Items

Crate Items

  • Modules
  • Macros

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.