dip_device 0.2.0

Write cross-platform application with React-like declarative UI framework and scalable ECS architecture all in Rust.
Documentation
[dependencies.bevy]
default-features = false
version = "0.8"

[dependencies.hidapi]
default-features = false
features = ["linux-static-hidraw"]
version = "1.3"

[dependencies.ledger-transport-hid]
version = "0.10"

[dependencies.ledger-zondax-generic]
version = "0.10"

[dependencies.once_cell]
version = "1.16"

[dependencies.tokio]
default-features = false
features = ["rt-multi-thread", "sync", "macros", "fs"]
version = "1.18"

[package]
description = "Write cross-platform application with React-like declarative UI framework and scalable ECS architecture all in Rust."
documentation = "https://docs.rs/dip/latest/dip/"
edition = "2021"
homepage = "https://github.com/diptools/dip/"
keywords = ["declarative-ui", "ecs", "bevy", "dioxus", "cross-platform"]
license = "MIT OR Apache-2.0"
name = "dip_device"
repository = "https://github.com/diptools/dip/"
version = "0.2.0"