Skip to content

Instantly share code, notes, and snippets.

View goddessfreya's full-sized avatar
🙁
Not feeling so good. Might be slow to respond.

Freya Gentz goddessfreya

🙁
Not feeling so good. Might be slow to respond.
View GitHub Profile
diff --git a/src/api/egl/mod.rs b/src/api/egl/mod.rs
index e85c66f..25a7b65 100644
--- a/src/api/egl/mod.rs
+++ b/src/api/egl/mod.rs
@@ -39,7 +39,7 @@ pub struct Context {
egl: ffi::egl::Egl,
display: ffi::egl::types::EGLDisplay,
context: ffi::egl::types::EGLContext,
- surface: Cell<ffi::egl::types::EGLSurface>,
+ //surface: Cell<ffi::egl::types::EGLSurface>,
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index ff03e16a7..59601814c 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -28,7 +28,7 @@ path = "compute/main.rs"
env_logger = "0.5"
image = "0.19"
log = "0.4"
-winit = "0.17"
+winit = "0.18"
error[E0277]: `ash::Instance<ash::version::V1_0>` doesn't implement `std::fmt::Debug`
--> src/backend/vulkan/src/lib.rs:92:5
|
92 | pub ash::Instance<V1_0>,
| ^^^^^^^^^^^^^^^^^^^^^^^ `ash::Instance<ash::version::V1_0>` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug`
|
Compiling diesel v1.3.3 (https://github.com/diesel-rs/diesel.git#59aa49b6)
error[E0432]: unresolved import `self`
--> /home/gentz/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/59aa49b/diesel/src/expression/ops/numeric.rs:9:38
|
9 | #[derive(Debug, Copy, Clone, QueryId)]
| ^^^^^^^ could not find `query_builder` in `diesel`
...
61 | numeric_operation!(Add, " + ");
| ------------------------------- in this macro invocation
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b4978b..3f0243c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,10 +5,10 @@
- Added headless example.
- Removed internal code relating to libcaca.
- Implemented `Debug` on all public facing types.
- - Dropping contexts on platforms using egl and/or glx no longer resets the
+ - Dropping contexts on platforms using egl and/or glx no longer resets the
@goddessfreya
goddessfreya / winit_help_wanted.md
Last active June 1, 2019 04:05
help wanted on

Help wanted on:

Winit

Windows:

  • Implement incremental window resizing
  • Implement popup windows
  • Fix transparent window bugs (discord convo, #40)
  • Implement touch events
  • Implement minimized/maximized events #208
```
00000000: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000030: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000040: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000050: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000060: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000070: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000080: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000000: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000020: 0000 0000 0000 0000 0000 0010 0000 0000 ................
00000030: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000040: 0010 0000 0000 0000 0000 0000 0000 0000 ................
00000050: 0000 0040 0000 0000 0000 0000 0000 0000 ...@............
00000060: 0000 0000 0000 0000 0040 0000 0000 0000 .........@......
00000070: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000080: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000090: 0000 0100 0000 0000 0000 0000 0000 0000 ................
00000000: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000030: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000040: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000050: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000060: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000070: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000080: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00000090: 0000 0000 0000 0000 0000 0000 0000 0000 ................
Compiling farklemaster v0.1.0 (/home/gentz/Documents/gfx/farklemaster)
warning: the feature `const_generics` is incomplete and may cause the compiler to crash
--> src/main.rs:1:12
|
1 | #![feature(const_generics)]
| ^^^^^^^^^^^^^^
|
= note: `#[warn(incomplete_features)]` on by default
error[E0308]: mismatched types