Skip to content

Commit dca932b

Browse files
committed
Version 0.1.0
1 parent 8ee08ef commit dca932b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "smithay"
33
version = "0.1.0"
4-
authors = ["Victor Berger <victor.berger@thalesgroup.com>"]
4+
authors = ["Victor Berger <victor.berger@m4x.org>", "Drakulix (Victor Brekenfeld)"]
55
license = "MIT"
6+
description = "Smithay is a library for writing wayland compositors."
67

78
[dependencies]
89
wayland-server = "0.10.2"

0 commit comments

Comments
 (0)