We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed4925 commit e8aab6cCopy full SHA for e8aab6c
Cargo.toml
@@ -13,10 +13,10 @@ readme = "README.md"
13
14
[dependencies]
15
bitflags = "1.0"
16
-nix = "0.18"
+nix = "0.19"
17
dlib = "0.4"
18
lazy_static = "1.0"
19
-memmap2 = "0.1.0"
+memmap2 = "0.2.0"
20
andrew = { version = "0.3.0", optional = true }
21
log = "0.4"
22
wayland-client = "0.28"
examples/image_viewer.rs
@@ -30,7 +30,7 @@ fn main() {
30
}
31
};
32
// We'll need the image in RGBA for drawing it
33
- let image = image.to_rgba();
+ let image = image.to_rgba8();
34
35
/*
36
* Initalize the wayland connection
0 commit comments