refactor: rearrange some stubs/imports for easier web WASM deployment
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
library filament_dart;
|
||||
|
||||
export 'thermion_dart/thermion_viewer.dart';
|
||||
export 'thermion_dart/compatibility/web/interop/thermion_viewer_wasm.dart' if (dart.library.io) 'thermion_dart/thermion_viewer_ffi.dart';
|
||||
export 'thermion_dart/thermion_viewer_stub.dart'
|
||||
if (dart.library.io) 'thermion_dart/thermion_viewer_ffi.dart'
|
||||
if (dart.library.js_interop)'thermion_dart/compatibility/web/interop/thermion_viewer_wasm.dart';
|
||||
|
||||
export 'thermion_dart/entities/entity_transform_controller.dart';
|
||||
|
||||
Reference in New Issue
Block a user