version 0.2.0
This commit is contained in:
parent
d65506f1ee
commit
48264926e6
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## version 0.2.0 (2019-01-03)
|
||||
|
||||
### General
|
||||
|
||||
- **[Breaking]** Upgrade to wayland-rs 0.21
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue