21 lines
389 B
YAML
21 lines
389 B
YAML
name: wolf_3d_engine
|
|
description: A starting point for Dart libraries or applications.
|
|
version: 1.0.0
|
|
# repository: https://github.com/my_org/my_repo
|
|
|
|
environment:
|
|
sdk: ^3.11.1
|
|
|
|
resolution: workspace
|
|
|
|
dependencies:
|
|
wolf_3d_data_types: any
|
|
wolf_3d_entities: any
|
|
wolf_3d_data: any
|
|
wolf_3d_input: any
|
|
arcane_helper_utils: ^1.4.7
|
|
|
|
dev_dependencies:
|
|
lints: ^6.0.0
|
|
test: ^1.25.6
|