Skip to content

Commit

Permalink
Merge #808
Browse files Browse the repository at this point in the history
808: Update glium so that rayon-demo runs on Gnome Wayland r=cuviper a=mrksu

Currently, the `nbody` demo fails to open in the Gnome 3.38 Wayland session:

```
rayon-demo]$ cargo run --release -- nbody visualize

[wayland-client error] Attempted to dispatch unknown opcode 0 for wl_shm, aborting.
```

The problem has already been fixed in `glium` 0.28.0. After updating the crate version, the demo runs as expected.

Co-authored-by: Marek Suchánek <[email protected]>
Co-authored-by: Josh Stone <[email protected]>
  • Loading branch information
3 people committed Oct 19, 2020
2 parents 1f069d7 + eeb0d1a commit 4828f30
Show file tree
Hide file tree
Showing 2 changed files with 343 additions and 188 deletions.
Loading

0 comments on commit 4828f30

Please sign in to comment.