Wakahisa
d88761aa0a
Disable default features on env_logger
...
The `env_logger` crate is used in tests and examples for logging output.
It has default features that rely on `is-terminal`, which relies on `rustix`.
`rustix` doesn't compile on the `esp*` targets, and thus using this project on such targets fails.
The simplest solution is to disable the default features.
2023-03-05 06:34:04 +02:00
Angel Yankov
1dcc94de0e
Add example for speaker with media playback cluster.
2023-02-21 13:36:27 +02:00
Angel Yankov
858d2aa9d9
Pin to official release of libmdns
...
Libmdns 0.7.4 (https://crates.io/crates/libmdns/0.7.4 ) fixes responses
on wildcard (255) quries.
2023-02-10 15:51:54 +02:00
Angel Yankov
77a0e3db38
Use libdmns on Linux
...
Based implementation from https://github.com/kedars/matter-rs/pull/18
2023-02-08 17:17:48 +02:00
Marcel
4d067072f3
Reverted foreign-types to 0.3
2023-01-15 16:05:38 +01:00
Marcel
9239c78ac6
Reverted major sha2 version
2023-01-15 16:03:22 +01:00
Marcel
5e7d554eda
Reverted major versions of foreign-types and hmac
2023-01-15 16:00:29 +01:00
Marcel
bdc0b6dbef
Updated dependencies
2023-01-15 15:41:58 +01:00
Marcel
76997c1a3c
Compute QR code
2023-01-11 09:00:18 +01:00
Marcel
317d657fba
Compute QR Code
2023-01-10 21:01:02 +01:00
Kedar Sovani
77af70d8f1
Initial commit
...
merged from https://github.com/kedars/matter-rs
2022-12-27 09:52:25 +05:30