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"
1313edition = " 2018"
1414
1515[package .metadata .docs .rs ]
16- targets = [ " thumbv7m-none-eabi" , " thumbv7em-none-eabihf" ]
16+ targets = [ " thumbv7m-none-eabi" ]
17+ all-features = true
1718
1819[badges ]
1920circle-ci = { repository = " jamwaffles/ssd1331" , branch = " master" }
2021
2122[dependencies ]
2223embedded-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 }
2725
2826[dev-dependencies ]
2927cortex-m = " 0.6.1"
3028cortex-m-rt = " 0.6.11"
3129panic-semihosting = " 0.5.3"
3230embedded-graphics = " 0.7.1"
3331tinybmp = " 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" ] }
3833
3934[features ]
4035default = [" graphics" ]
You can’t perform that action at this time.
0 commit comments