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
## version 0.2.0 (2019-01-03)
### General
- **[Breaking]** Upgrade to wayland-rs 0.21

View file

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