summary refs log tree commit diff stats
path: root/examples/cross_todo
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-12-18 17:26:43 -0800
committerAraq <rumpf_a@web.de>2012-12-18 17:26:43 -0800
commit0abc135fd7a121f82e9b2fb689049f8fd38553db (patch)
tree82252c719b801ea9f893d98f77cd7ffb909f9344 /examples/cross_todo
parent62a2009018e5c0b0a62ebd62d43fe3e81dbf8847 (diff)
parentcb43de875aa611d9c5eab49b59984202f0e11edc (diff)
downloadNim-0abc135fd7a121f82e9b2fb689049f8fd38553db.tar.gz
Merge pull request #288 from gradha/pr_adds_ios_todo_example_interface
Adds ios todo example interface
Diffstat (limited to 'examples/cross_todo')
-rw-r--r--examples/cross_todo/readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/cross_todo/readme.txt b/examples/cross_todo/readme.txt
index acea8973a..326ed816f 100644
--- a/examples/cross_todo/readme.txt
+++ b/examples/cross_todo/readme.txt
@@ -3,3 +3,5 @@ called by different native user interfaces.
 

 This example builds on the knowledge learned from the cross_calculator example.

 Check it out first to learn how to set up nimrod on different platforms.

+Additional implementations are provided at the external

+https://github.com/gradha/nimrod-crossplatform-todo github repository.