[package] name = "nanos_ui" version = "0.2.0" authors = ["yhql"] edition = "2021" repository = "https://github.com/LedgerHQ/ledger-nanos-ui" license = "Apache-2.0" description = "UI gadgets for Rust Nano S applications" [dependencies] nanos_sdk = "0.2.1" include_gif = "0.1.0" [features] speculos = ["nanos_sdk/speculos"] # This section is not necessary to build the package # it is only used to be able to do # `cargo ledger build nanos -- --example gadgets` [package.metadata.nanos] curve = ["secp256k1"] flags = "0" icon = "ui_16x16.gif" icon_small = "ui_14x14.gif" path = [""]