chore: renamed glue module

This commit is contained in:
zaaarf 2024-03-10 01:36:50 +01:00
parent 136ce6b052
commit 73fc3005c4
4 changed files with 1 additions and 1 deletions

View file

@ -138,7 +138,7 @@ pub mod workspace;
pub mod prelude; pub mod prelude;
/// language-specific ffi "glue" /// language-specific ffi "glue"
pub mod glue; pub mod ffi;
/// underlying OperationalTransform library used, re-exported /// underlying OperationalTransform library used, re-exported
pub use woot; pub use woot;