Skip to content

atbentley/bevy_plugin_analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bevy_plugin_analyzer

Use rust-analyzer to statically inspect a bevy plugin crate and find all implementations of Component.

Usage

$ cargo run --example sample
PluginCrate {
    name: "sample_plugin",
    components: [
        PluginComponent {
            name: "Point",
            path: "sample_plugin::Point",
            fields: [
                "x",
                "y",
            ],
        },
    ],
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages