mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
17 lines
263 B
YAML
17 lines
263 B
YAML
name: spine_test
|
|
description: A simple CLI app to test spine_flutter library
|
|
|
|
environment:
|
|
sdk: ^3.0.0
|
|
|
|
dependencies:
|
|
ffi: ^2.0.0
|
|
spine_flutter: ^4.2.36
|
|
|
|
dev_dependencies:
|
|
lints: ^3.0.0
|
|
test: ^1.25.0
|
|
|
|
dependency_overrides:
|
|
spine_flutter:
|
|
path: ../ |