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:
16
apps/wolf_3d_cli/pubspec.yaml
Normal file
16
apps/wolf_3d_cli/pubspec.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: wolf_3d_cli
|
||||
description: A pure Dart CLI for Wolfenstein 3D.
|
||||
publish_to: "none"
|
||||
|
||||
environment:
|
||||
sdk: ^3.11.1
|
||||
|
||||
resolution: workspace
|
||||
|
||||
dependencies:
|
||||
wolf_3d_data:
|
||||
wolf_3d_data_types:
|
||||
wolf_3d_engine:
|
||||
wolf_3d_input:
|
||||
wolf_3d_synth:
|
||||
wolf_3d_assets:
|
||||
Reference in New Issue
Block a user