roast2d_dylib 0.3.3

Support Roast2D dynamic_linking
Documentation
1
2
3
4
5
6
#[expect(
    unused_imports,
    clippy::single_component_path_imports,
    reason = "This links the main roast2d crate when using dynamic linking, and as such cannot be removed or changed without affecting dynamic linking."
)]
use roast2d_internal;