diff options
author | Aleksandar Samardzic <asamardzic@matf.bg.ac.yu> | 2010-05-11 20:00:45 +0200 |
---|---|---|
committer | Alan Hicks <alan@lizella.net> | 2010-05-11 20:00:45 +0200 |
commit | 8c25022543e6047b8e13d583eb99ef0378ef65ee (patch) | |
tree | 1bac1ad33daffd648c1b5c385339d7fbade20dfd /libraries/evas/README | |
parent | bc1d33afc7e8435f31ff5a813de98900a1b17132 (diff) |
libraries/evas: Added to 12.0 repository
Diffstat (limited to 'libraries/evas/README')
-rw-r--r-- | libraries/evas/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/evas/README b/libraries/evas/README new file mode 100644 index 000000000000..f045ec42bad1 --- /dev/null +++ b/libraries/evas/README @@ -0,0 +1,9 @@ +Evas is part of Enlightenment DR17 foundation libraries. + +Evas is a hardware-accelerated canvas API for X-Windows that can draw +anti-aliased text, smooth super and sub-sampled images, alpha-blend, +as well as drop down to using normal X11 primitives such as pixmaps, +lines and rectangles for speed if your CPU or graphics hardware are +too slow. + +Evas is dependent upon eet package. |