-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathCargo.toml
More file actions
22 lines (20 loc) · 1.08 KB
/
Copy pathCargo.toml
File metadata and controls
22 lines (20 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "eg-examples"
version = "0.1.0"
edition = "2018"
publish = false
license = "MIT OR Apache-2.0"
[dependencies]
chrono = "0.4.19"
eg-seven-segment = { git = "https://github.com/embedded-graphics/eg-seven-segment" }
embedded-graphics = { git = "https://github.com/embedded-graphics/embedded-graphics.git" }
embedded-graphics-simulator = { git = "https://github.com/embedded-graphics/simulator.git" }
embedded-text = { git = "https://github.com/embedded-graphics/embedded-text.git" }
tinybmp = { git = "https://github.com/rfuest/tinybmp.git", branch = "eg-next" }
tinytga = { git = "https://github.com/rfuest/tinytga.git", branch = "eg-0.9" }
[patch.crates-io]
embedded-graphics = { git = "https://github.com/embedded-graphics/embedded-graphics.git" }
embedded-graphics-core = { git = "https://github.com/embedded-graphics/embedded-graphics.git" }
embedded-text = { git = "https://github.com/embedded-graphics/embedded-text.git" }
tinybmp = { git = "https://github.com/rfuest/tinybmp.git", branch = "eg-next" }
tinytga = { git = "https://github.com/rfuest/tinytga.git", branch = "eg-0.9" }