forked from threeDart/three.dart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
23 lines (23 loc) · 696 Bytes
/
pubspec.yaml
File metadata and controls
23 lines (23 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: three
version: 0.2.5+1
authors:
- Robert Silverton <rob.silverton@gmail.com>
- Nelson Silva <nelson.silva@inevo.pt>
- Adam Singer <financeCoding@gmail.com>
- John <jwbito@gmail.com>
- Anders Forsell http://aforsell.blogspot.com/
- Christopher Grabowski https://github.com/cgrabowski
description: A port of the three.js JavaScript 3D engine to Dart.
homepage: http://threedart.github.com/three.dart/
environment:
sdk: '>=0.8.10+6 <2.0.0'
dependencies:
browser: '>=0.9.0 <0.11.0'
vector_math: '>=1.3.5 <1.5.0'
datgui:
git: git://github.com/cgrabowski/datgui.git
stats:
git: git://github.com/Dartist/stats.dart.git
dev_dependencies:
hop: '>=0.30.0 <0.31.0'
unittest: any