Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//! This crate contains helper abstractions for dealing with JavaScript values and functions from
|
||||
//! Rust.
|
||||
mod convert;
|
||||
mod js_function;
|
||||
|
||||
#[cfg_attr(target_family = "wasm", allow(unused_imports))]
|
||||
pub use convert::*;
|
||||
pub use js_function::*;
|
||||
Reference in New Issue
Block a user