Public API for Jackdaw editor extensions
Internal implementation crate for jackdaw_api. Depend on jackdaw_api instead.
Proc macros for jackdaw_api
Single proxy dylib shipped with jackdaw. Extensions link against this via `cargo rustc --extern bevy=libjackdaw_sdk.so --extern jackdaw_api=libjackdaw_sdk.so` so they share one compilation of bevy + jackdaw types with the editor.
A 3D level editor built with Bevy