mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
Implement some more functions for wayland.
- set/get_inner_size() - set_title
This commit is contained in:
@@ -50,15 +50,15 @@ kernel32-sys = "0.1"
|
||||
|
||||
[target.i686-unknown-linux-gnu.dependencies]
|
||||
osmesa-sys = "0.0.5"
|
||||
wayland-client = "0.1.4"
|
||||
wayland-client = "0.1.5"
|
||||
x11-dl = "=1.0.1"
|
||||
|
||||
[target.x86_64-unknown-linux-gnu.dependencies]
|
||||
osmesa-sys = "0.0.5"
|
||||
wayland-client = "0.1.4"
|
||||
wayland-client = "0.1.5"
|
||||
x11-dl = "=1.0.1"
|
||||
|
||||
[target.arm-unknown-linux-gnueabihf.dependencies]
|
||||
osmesa-sys = "0.0.5"
|
||||
wayland-client = "0.1.4"
|
||||
wayland-client = "0.1.5"
|
||||
x11-dl = "=1.0.1"
|
||||
|
||||
Reference in New Issue
Block a user