diff options
author | David Walter Seikel | 2012-01-23 23:30:42 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-23 23:30:42 +1000 |
commit | 825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch) | |
tree | 75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/eina/README | |
parent | Add ability to disable the test harness, or the Lua compile test. (diff) | |
download | SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2 SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz |
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to '')
-rw-r--r-- | libraries/eina/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/eina/README b/libraries/eina/README index 69ec205..6ff84c8 100644 --- a/libraries/eina/README +++ b/libraries/eina/README | |||
@@ -17,7 +17,7 @@ Eina is a library providing data structure utilities for EFL that are meant | |||
17 | to be lean, efficient and tailored to EFL's needs. This saves each | 17 | to be lean, efficient and tailored to EFL's needs. This saves each |
18 | library implementing its own custom datatype handling and duplicating | 18 | library implementing its own custom datatype handling and duplicating |
19 | the code. Some of the datatypes handles are: | 19 | the code. Some of the datatypes handles are: |
20 | Arrays (variable sized) | 20 | Arrays (variable sized, including inline members) |
21 | Hash tables | 21 | Hash tables |
22 | Inlined linked lists | 22 | Inlined linked lists |
23 | Linked lists | 23 | Linked lists |