dioxus/packages/native-core-macro
2023-01-08 14:03:44 -06:00
..
src Merge branch 'upstream' into simplify-native-core 2023-01-08 14:03:44 -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 fix custom attribute value support 2022-12-09 16:18:37 -06:00
README.md chore: clean up readmes 2022-12-29 16:17:03 -05: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 own 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.