UNPKG

@dimforge/rapier2d

Version:

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

13 lines (10 loc) 257 B
import {version as vers} from "./raw"; export function version(): string { return vers(); } export * from "./math"; export * from "./dynamics"; export * from "./geometry"; export * from "./pipeline"; export * from "./init"; export * from "./control";