Basic image drawing and clustring working (still slow, and still a lot of hardcoded stuff).
This commit is contained in:
commit
348eb6bedf
6 changed files with 1267 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "ipxl-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
bluer = { version = "0.17.4", features = ["bluetoothd"] }
|
||||
futures-lite = "2.6.1"
|
||||
rand = "0.9.2"
|
||||
tokio = {version = "1.48.0", features = ["full"]}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue