version 0.2.0

This commit is contained in:
Victor Berger 2019-01-03 10:52:15 +01:00
parent d65506f1ee
commit 48264926e6
No known key found for this signature in database
GPG Key ID: 5866DDBC86BE4680
2 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## Unreleased ## Unreleased
## version 0.2.0 (2019-01-03)
### General ### General
- **[Breaking]** Upgrade to wayland-rs 0.21 - **[Breaking]** Upgrade to wayland-rs 0.21

View File

@ -1,6 +1,6 @@
[package] [package]
name = "smithay" name = "smithay"
version = "0.1.0" version = "0.2.0"
authors = ["Victor Berger <victor.berger@m4x.org>", "Drakulix (Victor Brekenfeld)"] authors = ["Victor Berger <victor.berger@m4x.org>", "Drakulix (Victor Brekenfeld)"]
license = "MIT" license = "MIT"
description = "Smithay is a library for writing wayland compositors." description = "Smithay is a library for writing wayland compositors."
@ -59,4 +59,4 @@ xwayland = []
[[example]] [[example]]
name = "raw_drm" name = "raw_drm"
required-features = ["backend_drm_legacy"] required-features = ["backend_drm_legacy"]