Update READMEs for painting/ and animation/ to be up to date with current dependencies.

This commit is contained in:
Hixie 2015-08-17 10:48:19 -07:00
parent 183ea1042e
commit 067fbd5041
2 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,2 @@
This directory contains animation-related libraries that only depend
on core Dart libraries and ../base/*.
on core Dart libraries, the Newton Dart library, and ../base/*.

View File

@ -0,0 +1,3 @@
This directory contains painting-related libraries that only depend on
core Dart libraries, ../base/*, and ../animation/*. Note that
../animation/* depends on the Newton Dart library also.