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

Raspi example #133

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Moving to updated dependencies
  • Loading branch information
PatrickLang committed Aug 8, 2020
commit 2cb1fc8e9d1f377bd18fdc9629c2e04d6fcbe005
158 changes: 109 additions & 49 deletions examples/raspi/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/raspi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
embedded-graphics = "0.6.0-alpha.2"
linux-embedded-hal = "0.2.2"
embedded-graphics = "0.6.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
embedded-graphics = "0.6.0"
embedded-graphics = "0.7.1"

although this breaks some stuff in the example code.

linux-embedded-hal = "0.3.0"
machine-ip = "0.2.1"
ssd1306 = "0.3.0-alpha.2"
ssd1306 = "0.4.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be a path directive to keep the example code here the same as everywhere else:

Suggested change
ssd1306 = "0.4.0"
# NOTE: The `path` directive is used here to keep the example up to date. Use a normal version
# number in real application code.
ssd1306 = { path = "../../" }

ctrlc = { version = "3.0", features = ["termination"] }
1 change: 0 additions & 1 deletion examples/raspi/rust.raw

This file was deleted.

Loading
Oops, something went wrong.