Skip to main content

Crate dioxus_component_manifest

Crate dioxus_component_manifest 

Source

Structs§

Component
A component compatible with the dioxus components system. This may be a “virtual” component which is empty except for a list of members.

Enums§

CargoDependency
A dependency on a cargo crate required for a component.
ComponentDependency
A dependency on another component, either built-in or third-party.

Functions§

component_manifest_schema
Get the JSON schema for the Component struct.