chore: rearrange library/export structure

This commit is contained in:
Nick Fisher
2024-09-26 16:35:33 +08:00
parent f023810859
commit 3dffaddfe8
74 changed files with 119 additions and 810 deletions

View File

@@ -1,5 +1,5 @@
library filament_dart;
export 'thermion_dart/input/input.dart';
export 'thermion_dart/thermion_viewer.dart';
export 'thermion_dart/utils/geometry.dart';
export 'src/viewer/viewer.dart';
export 'src/input/input.dart';
export 'src/utils/geometry.dart';