mundy 0.2.3

Reads various system-level accessibility and UI preferences
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<details>

<summary style="cursor: pointer">

## Platform-specific Caveats

</summary>

* macOS: You must call this function from the main thread.
* Windows: You must have an event loop running on the main thread to receive
  updates when preferences are changed.
* Web: You must call this function from the main thread.
* Android: You must initialize [`ndk-context`] first. See the [`platform::android`] module for details.

</details>

[`ndk-context`]: https://docs.rs/ndk-context
[`platform::android`]: crate::platform::android