Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to compile #102

Closed
pronvis opened this issue Feb 3, 2020 · 3 comments · Fixed by #103
Closed

Fail to compile #102

pronvis opened this issue Feb 3, 2020 · 3 comments · Fixed by #103

Comments

@pronvis
Copy link

pronvis commented Feb 3, 2020

  • Version of ssd1306 in use (if applicable): master branch (or "v0.3.0-alpha.2")

Description of the problem/feature request/other

Fail to compile this project because embedded-graphics removed Drawing trait.

cargo build  --example image_i2c
   Compiling ssd1306 v0.3.0-alpha.2 (/Users/pronvis/rust/xxx/ssd1306)
error[E0432]: unresolved import `self::embedded_graphics::Drawing`
   --> src/mode/graphics.rs:267:5
    |
267 |     Drawing,
    |     ^^^^^^^ no `Drawing` in the root
@Disasm Disasm mentioned this issue Feb 3, 2020
@jamwaffles
Copy link
Collaborator

Thanks for reporting this. It's now fixed and released in 0.3.0-alpha.3.

@pronvis
Copy link
Author

pronvis commented Feb 3, 2020

Wow... interesting fix))) Thanks!

@jamwaffles
Copy link
Collaborator

No problem! Apologies for the breakage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants