bevy_mod_scripting_bindings 0.19.0

Core traits and structures required for smoothly interfacing with other languages in a generic way
Documentation
1
2
3
4
5
6
//! Documentation generation for scripting languages.

pub mod info;
pub mod typed_through;

pub use {info::*, typed_through::*};