Created emulate branch
This commit is contained in:
parent
0237540773
commit
b924e4dc2f
1 changed files with 1 additions and 2 deletions
|
|
@ -6,8 +6,7 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
unicorn_hat_hd_2 = { version = "*" }
|
unicorn_hat_hd_2 = { version = "*", default-features = false, features = [ "fake-hardware" ] }
|
||||||
#unicorn_hat_hd_2 = { version = "*", default-features = false, features = [ "fake-hardware" ] }
|
|
||||||
url = "*"
|
url = "*"
|
||||||
reqwest = "*"
|
reqwest = "*"
|
||||||
trust-dns-client = "*"
|
trust-dns-client = "*"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue