Moved everything to a monorepo and fixed the CLI app rendering
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
29
pubspec.yaml
29
pubspec.yaml
@@ -1,35 +1,11 @@
|
||||
name: wolf_dart
|
||||
description: "A new Flutter project."
|
||||
publish_to: "none"
|
||||
version: 0.1.0+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.11.1
|
||||
|
||||
dependencies:
|
||||
wolf_3d_data: any
|
||||
wolf_3d_data_types: any
|
||||
wolf_3d_synth: any
|
||||
wolf_3d_engine: any
|
||||
wolf_3d_entities: any
|
||||
wolf_3d_renderer: any
|
||||
wolf_3d_input: any
|
||||
wolf_3d_flutter: any
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^6.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
assets:
|
||||
- assets/retail/
|
||||
- assets/shareware/
|
||||
|
||||
workspace:
|
||||
- apps/wolf_3d_gui/
|
||||
- apps/wolf_3d_cli/
|
||||
- packages/wolf_3d_data/
|
||||
- packages/wolf_3d_data_types/
|
||||
- packages/wolf_3d_synth/
|
||||
@@ -38,3 +14,4 @@ workspace:
|
||||
- packages/wolf_3d_renderer/
|
||||
- packages/wolf_3d_input/
|
||||
- packages/wolf_3d_flutter/
|
||||
- packages/wolf_3d_assets/
|
||||
|
||||
Reference in New Issue
Block a user