diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-05-15 19:34:20 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-05-15 19:34:20 +0000 |
commit | dff7e11c2000d6745261de046d76b1500a05ece9 (patch) | |
tree | 5d49340cf544bccaad31c91720a4cb5d7a679e1a /third_party/lua/README | |
parent | 9da0e1de1d0615038e27fc894d1fcc44562cecf5 (diff) |
add SkLuaCanvas
add lua 5.2 to third_party
BUG=
R=bungeman@google.com
Review URL: https://codereview.chromium.org/14907017
git-svn-id: http://skia.googlecode.com/svn/trunk@9149 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'third_party/lua/README')
-rw-r--r-- | third_party/lua/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/lua/README b/third_party/lua/README new file mode 100644 index 0000000000..6e2aee6ce3 --- /dev/null +++ b/third_party/lua/README @@ -0,0 +1,6 @@ + +This is Lua 5.2.2, released on 21 Mar 2013. + +For installation instructions, license details, and +further information about Lua, see doc/readme.html. + |