UNPKG

@dimforge/rapier2d

Version:

2-dimensional physics engine in Rust - official JS bindings.

8 lines (7 loc) 202 B
export declare function version(): string; export * from "./math"; export * from "./dynamics"; export * from "./geometry"; export * from "./pipeline"; export * from "./init"; export * from "./control";