Skip to content

Commit

Permalink
Extended pubspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
syrokomskyi committed Mar 17, 2024
1 parent dcf5da9 commit ef9152b
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
name: animation_tools
description: >-
A command-line Dart's tools for processing animations. Supported: Spine.
A command-line Dart's tools for processing animations. Supported now: Spine.
repository: https://github.com/signmotion/animation_tools
topics:
- animation
- tools
- transform
- scale
- resize

# Format:
# version: major.minor.patch
# You can calculate the number version code by this formula:
# code = m[A]jor * 100 * 100 + m[I]nor * 100 + [P]atch
# Otherwise: +AAIIPP
version: 0.1.1

environment:
sdk: ">=3.0.0 <=4.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
args: ^2.4.2
Expand Down

0 comments on commit ef9152b

Please sign in to comment.