Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 6ae22a4

Browse files
authored
[Impeller] Remove references to moved impeller/image from README.
Moved by @dnfield in #50480
1 parent 66faf62 commit 6ae22a4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

impeller/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,6 @@ states of completion:
106106
* **`//impeller/base`**: Contains C++ utilities that are used throughout the
107107
Impeller family of frameworks. Ideally, these should go in `//flutter/fml` but
108108
their use is probably not widespread enough to at this time.
109-
* **`//impeller/image`**: The Impeller renderer works with textures whose memory
110-
is resident in device memory. However, pending the migration of
111-
`//flutter/display_list` to graphics package agnosticism and the subsequent
112-
migration of the image decoders to work with the package agnostic types, there
113-
needs to be a way for tests and such to decode compressed image data. This
114-
sub-framework provides that functionality. This sub-framework is slated for
115-
removal and must not be used outside of tests.
116109
* **`//fixtures`**: Contains test fixtures used by the various test harnesses.
117110
This depends on `//flutter/testing`.
118111
* **`//impeller/tools`**: Contains all GN rules and python scripts for working

0 commit comments

Comments
 (0)