Help wanted on:
- Implement incremental window resizing
- Implement popup windows
- Fix transparent window bugs (discord convo, #40)
- Implement touch events
- Implement minimized/maximized events #208
| RUST_BACKTRACE=full cargo run | |
| 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 |
| RUST_BACKTRACE=full cargo run | |
| 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 |
| 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 |
| 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 |
| 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 ................ |
| 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 ................ |
| 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 |
| 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 |