mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-26 03:06:32 +11:00
Make pio-proc a dev-dependency
It's only used in an example, so it doesn't need to be a regular dependency.
This commit is contained in:
parent
8690d93a6a
commit
e63f1f6dee
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,6 @@ nb = "1.0"
|
||||||
rp2040-pac = "0.1.5"
|
rp2040-pac = "0.1.5"
|
||||||
paste = "1.0"
|
paste = "1.0"
|
||||||
pio = { git = "https://github.com/rp-rs/pio-rs.git", branch = "main" }
|
pio = { git = "https://github.com/rp-rs/pio-rs.git", branch = "main" }
|
||||||
pio-proc = { git = "https://github.com/rp-rs/pio-rs.git", branch = "main" }
|
|
||||||
usb-device = "0.2.8"
|
usb-device = "0.2.8"
|
||||||
vcell = "0.1"
|
vcell = "0.1"
|
||||||
void = { version = "1.0.2", default-features = false }
|
void = { version = "1.0.2", default-features = false }
|
||||||
|
@ -30,6 +29,7 @@ cortex-m-rt = "0.7"
|
||||||
panic-halt = "0.2.0"
|
panic-halt = "0.2.0"
|
||||||
rp2040-boot2 = { git = "https://github.com/rp-rs/rp2040-boot2-rs", rev = "67400f600b192e950b58df79ddc9b57ff209ef08" }
|
rp2040-boot2 = { git = "https://github.com/rp-rs/rp2040-boot2-rs", rev = "67400f600b192e950b58df79ddc9b57ff209ef08" }
|
||||||
hd44780-driver = "0.4.0"
|
hd44780-driver = "0.4.0"
|
||||||
|
pio-proc = { git = "https://github.com/rp-rs/pio-rs.git", branch = "main" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
rt = ["rp2040-pac/rt"]
|
rt = ["rp2040-pac/rt"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue