X-Git-Url: https://git.patrickod.com/noisetor.ansible/refs/?a=blobdiff_plain;f=keywing%2FCargo.toml;h=b5fdcac0f3d5b2c5cfd2e7b9192a6e1338ac0b3e;hb=refs%2Fheads%2Fpatrickod%2Ffeather-m4;hp=85b93b8ac66d6150764d8db43fbeb7bf53152a60;hpb=1b34a7f20403fd713c0aff2bbe8df64711036c37;p=keywing-rs.git diff --git a/keywing/Cargo.toml b/keywing/Cargo.toml index 85b93b8..b5fdcac 100644 --- a/keywing/Cargo.toml +++ b/keywing/Cargo.toml @@ -1,7 +1,7 @@ [package] -name = "tiny-nrf52" +name = "keywing" version = "0.1.0" -authors = ["James Munns "] +authors = ["Patrick O'Doherty "] edition = "2018" [dependencies] @@ -17,15 +17,18 @@ embedded-graphics = "0.6.2" version = "0.3.0" path = "../ili9341-rs" -[dependencies.nrf52840-hal] -version = "0.10.0" -features = ["rt"] +[dependencies.bbq10kbd] +version = "0.1.0" +path = "../bbq10kbd" [dependencies.panic-persist] version = "0.2.1" default-features = false features = ["utf8"] +[dependencies.feather_m4] +version = "0.5.0" + [profile.dev] lto = true panic = "abort" @@ -35,12 +38,6 @@ codegen-units = 1 opt-level = 0 [profile.release] -lto = true -panic = "abort" -debug = true -incremental = false -codegen-units = 1 -opt-level = 's' - -[patch.crates-io] -nrf-hal-common = { path = "../nrf-hal/nrf-hal-common" } +debug = true +lto = true +opt-level = "s" \ No newline at end of file