File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ # Samithay Changelog
2+
3+ ## Unreleased
4+
5+ ## version 0.1.0 (2017-10-01)
6+
7+ ### Protocol handling
8+
9+ - Low-level handling routines for several wayland globals:
10+ - ` wayland::shm ` handles ` wl_shm `
11+ - ` wayland::compositor ` handles ` wl_compositor ` and ` wl_subcompositor `
12+ - ` wayland::shell ` handles ` wl_shell ` and ` xdg_shell `
13+ - ` wayland::seat ` handles ` wl_seat `
14+ - ` wayland::output ` handles ` wl_output `
15+
16+ ### Backend
17+
18+ - Winit backend (EGL context & input)
19+ - DRM backend
20+ - libinput backend
21+ - glium integration
Original file line number Diff line number Diff line change 11[package ]
22name = " smithay"
33version = " 0.1.0"
4- authors = [" Victor Berger <victor.berger@thalesgroup.com> " ]
4+ authors = [" Victor Berger <victor.berger@m4x.org> " , " Drakulix (Victor Brekenfeld) " ]
55license = " MIT"
6+ description = " Smithay is a library for writing wayland compositors."
67
78[dependencies ]
89wayland-server = " 0.10.2"
You can’t perform that action at this time.
0 commit comments