File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -13,28 +13,23 @@ version = "0.2.3"
13
13
edition = " 2018"
14
14
15
15
[package .metadata .docs .rs ]
16
- targets = [ " thumbv7m-none-eabi" , " thumbv7em-none-eabihf" ]
16
+ targets = [ " thumbv7m-none-eabi" ]
17
+ all-features = true
17
18
18
19
[badges ]
19
20
circle-ci = { repository = " jamwaffles/ssd1331" , branch = " master" }
20
21
21
22
[dependencies ]
22
23
embedded-hal = " 0.2.3"
23
-
24
- [dependencies .embedded-graphics-core ]
25
- optional = true
26
- version = " 0.3.2"
24
+ embedded-graphics-core = { version = " 0.3.2" , optional = true }
27
25
28
26
[dev-dependencies ]
29
27
cortex-m = " 0.6.1"
30
28
cortex-m-rt = " 0.6.11"
31
29
panic-semihosting = " 0.5.3"
32
30
embedded-graphics = " 0.7.1"
33
31
tinybmp = " 0.3.1"
34
-
35
- [dev-dependencies .stm32f1xx-hal ]
36
- version = " 0.5.2"
37
- features = [ " rt" , " stm32f103" ]
32
+ stm32f1xx-hal = { version = " 0.5.2" , features = [ " rt" , " stm32f103" ] }
38
33
39
34
[features ]
40
35
default = [" graphics" ]
You can’t perform that action at this time.
0 commit comments