From 191c2fd7090c62b85cb5d87ae7f162c3a1da60fd Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Mon, 16 Sep 2024 11:08:27 +0800 Subject: [PATCH] restructure viewer/types/helper folders, remove old WASM/web FFI interop, add SceneUpdated stream --- thermion_dart/lib/thermion_dart.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/thermion_dart/lib/thermion_dart.dart b/thermion_dart/lib/thermion_dart.dart index c283d51a..9dfc2f26 100644 --- a/thermion_dart/lib/thermion_dart.dart +++ b/thermion_dart/lib/thermion_dart.dart @@ -1,8 +1,4 @@ library filament_dart; export 'thermion_dart/thermion_viewer.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';