dioxus/packages/native-core-macro
2023-02-22 13:06:41 -08:00
..
src fix clippy 2023-01-27 20:35:46 -06:00
tests use BumpBox<Any> and FromAnyValue instead of sync bounds 2023-01-02 14:40:25 -06:00
.gitignore Implement new mutations with native core (#630) 2022-12-06 15:38:04 -08:00
Cargo.toml bump native core 2023-02-22 12:21:28 -08:00
README.md add version to docs links in readmes 2023-02-18 18:38:30 -06:00

Dioxus Native Core Macro

Crates.io MIT licensed Build Status Discord chat

Website | Guides | API Docs | Chat

Overview

dioxus-native-core-macro provides a handful of macros used by native-core for native renderers like TUI, Blitz, and Freya to derive their state.

Contributing

  • Report issues on our issue tracker.
  • Join the discord and ask questions!

License

This project is licensed under the MIT license.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Dioxus by you shall be licensed as MIT without any additional terms or conditions.