Created emulate branch

This commit is contained in:
xea@blacklight.id 2024-02-28 16:48:47 +00:00
parent 0237540773
commit b924e4dc2f

View file

@ -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 = "*"