-
With the latest version of `wayland-protocols` and `sway-git`, the following panic occurs:
Changing line 123 in `environment.rs` to this fixes the panic:
```diff
+queue.sync_roundtrip(&mut (), …
-
It is the log:
```shell
$ cargo install soundboard
Updating crates.io index
Installing soundboard v0.1.1
Compiling proc-macro2 v1.0.24
Compiling unicode-xid v0.2.1
Compiling li…
-
I'm not sure if I can even use adapt_io if I decide to use tokio. It takes a file descriptor, but afaict EventSource don't have anything to do with those.
Likewise it's not clear how to call async f…
-
Hi, i try to build neovide https://github.com/Kethku/neovide, which use skia-bindings.
I currently use Void linux musl version, and got this:
```
error: failed to run custom build command for `skia…
-
I open this issue to track issues I am facing on this journey.
# Issues
## Regenerating bindings for `drm-rs` and `gbm-rs`
It is needed because they are only included for x86_64 in respective cra…
-
If I copy/paste from sublime text or gedit, I have new lines inserted in between each line.
![image](https://user-images.githubusercontent.com/11556013/102468779-41c72c00-4052-11eb-9ece-01b040b68ef5.…
-
On both winit and udev backends, pressing `ctrl+enter` does not open the `weston-terminal` window. After, which, `ctrl+q` no longer works.
```
Apr 15 14:13:10.187 INFO Starting anvil on a tty usin…
-
Any way to draw antialiased text using x11rb? This is done on X11 usually with Xft, which doesn't work natively with non-Xlib libraries such as xcb (as it is a library not a protocol) so the X11 compa…
-
There's a `offset_of!` impl here: https://github.com/Smithay/wayland-rs/blob/ff15bdce3410f26d84cdf603b484b3b712bc8620/wayland-sys/src/server.rs#L198
There is no sound way to implement `offset_of!` …
kazcw updated
3 years ago
-
hi! thanks for dlib u32,
);
fn main() {
println!("hey, it compiled ;p\nlook, a u32! should be 0: {}",
unsafe { xkb_keysym_to_utf32(1) }
);
}
```
Cargo.toml only requires `…