althonos / althonos/flips.rs

Runtime error when using flips

Open
#2 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
5
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Hello!

With the latest Rust 1.68, whenever I use Flips, it crashes at runtime. I simply have to add this line in my code:
```rust
use flips;
```

And the app crashes first thing.

The crash point is a bit cryptic though:

![image](https://user-images.githubusercontent.com/6382548/226219341-81286a09-ea8b-4847-8837-93e553ae9144.png)

The callstack seems to point out to a GDK issue:

![image](https://user-images.githubusercontent.com/6382548/226219499-12e41091-b6ba-4a44-9898-e19e1386695c.png)

But my app works well until I simply add `use flips;` to my code (and just this line).

I'm fairly new to Rust, so it's I still don't understand everything. That said, this package not having been updated for 3 years is a good candidate as to why it doesn't work with the latest Rust compiler/runtime...

What do you think?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.