mirror of
https://github.com/flame-engine/flame.git
synced 2026-03-13 09:43:03 +08:00
Prepared all packages to be released to pub.dev Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
35 lines
690 B
YAML
35 lines
690 B
YAML
name: flame_3d
|
|
resolution: workspace
|
|
description: Experimental 3D support for the Flame Engine
|
|
version: 0.1.1+7
|
|
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_3d
|
|
funding:
|
|
- https://opencollective.com/blue-fire
|
|
- https://github.com/sponsors/bluefireteam
|
|
- https://patreon.com/bluefireoss
|
|
|
|
environment:
|
|
sdk: ">=3.11.0 <4.0.0"
|
|
flutter: ">=3.41.0"
|
|
|
|
dependencies:
|
|
collection: ^1.19.1
|
|
flame: ^1.36.0
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_gpu:
|
|
sdk: flutter
|
|
meta: ^1.12.0
|
|
ordered_set: ^8.0.0
|
|
vector_math: ^2.1.4
|
|
|
|
dev_dependencies:
|
|
flame_lint: ^1.4.3
|
|
flame_test: ^2.2.3
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter:
|
|
assets:
|
|
- assets/shaders/
|