Add gestures/ to README.md prose

This commit is contained in:
Ian Hickson 2015-08-30 16:30:59 -07:00
parent f291588da5
commit bbb29f229f

View File

@ -16,7 +16,8 @@ APIs to provide base classes for tree structures
([base/scheduler.dart](base/scheduler.dart)).
Above this are the files in the [animation/](animation/) directory,
which provide core primitives for animating values.
which provide core primitives for animating values, and in the [gestures/](gestures/)
directory, which define a gesture recognition and disambiguation system.
The next layer consists of the files in the [painting/](painting/) directory,
which provide APIs related to drawing graphics. Some of the code here