-
Hey there!
When I try running the `glium` example, I get the following panic:
```
thread 'main' panicked at /home/kane/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glium-0.34.0/src/text…
-
Have you any ideia
!roger@hacunha:/usr/share/hassio/homeassistant/usb-1/target/debug$ ./qucc-egui
xkbcommon: ERROR: /usr/share/X11/locale/iso8859-1/Compose:39:34: string literal is not a valid UTF-…
-
Hello. Nice crate. Donno if You are still updating this lib, but since no messages can be found about that on the readme, I've decided to open this issue.
I'm trying to run the code bellow:
`…
-
When you hit the "delete" character on my OS X machine, glutin sends (U+F728 INVALID CHARACTER) along with `VirtualKeyCode::Delete`. I suspect this is a bug, as it sends a valid control character wi…
-
## Expected Behavior 🤔
Compile and run
## Current Behavior 😔
It does not compile:
```
error: failed to select a version for `glium`.
... required by package `litecraft v0.1.0 (/home/moritz…
-
Since the AppImage doesn't work on my system (see https://github.com/Syndelis/ode-designer-rs/issues/30), I tried to compile from source, using `cargo run` after getting the up-to-date submodules. Thi…
-
title says all.
-
Compiling the unchanged git clone gives errors about different types in glutin 0.3.7:
```
% cargo build
Updating registry `https://github.com/rust-lang/crates.io-index`
Compiling glutin v0.3.7…
-
I've been using glium with glutin+winit for several years now (since 2018), and winit has a breaking version update 2-3 times per year during that time and depending on the scope of the changes can be…
-
In several places, elements of glutin and glium are publicly exposed by the API. From the user's perspective, only necessary entry points should be exposed and wrapped by structs/implement traits whic…