Implement some more functions for wayland.
- set/get_inner_size() - set_title
This commit is contained in:
parent
1278d9779d
commit
40322a2c69
2 changed files with 28 additions and 12 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue