mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +08:00
Fix capitalization of the Dart programming language on pubspec description field Co-authored-by: Lukas Klingsbo <me@lukas.fyi>
20 lines
536 B
YAML
20 lines
536 B
YAML
name: behavior_tree
|
|
description: A behavior tree implementation written in Dart. This package is designed to be used for implementing AI in games.
|
|
version: 0.1.2
|
|
repository: https://github.com/flame-engine/flame/tree/main/packages/flame_behavior_tree/behavior_tree
|
|
funding:
|
|
- https://opencollective.com/blue-fire
|
|
- https://github.com/sponsors/bluefireteam
|
|
- https://patreon.com/bluefireoss
|
|
|
|
environment:
|
|
sdk: ">=3.4.0 <4.0.0"
|
|
|
|
dependencies:
|
|
meta: ^1.12.0
|
|
|
|
dev_dependencies:
|
|
flame_lint: ^1.2.0
|
|
mocktail: ^1.0.3
|
|
test: any
|