mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-23 19:36:53 +00:00
Merge pull request #288 from gradha/pr_adds_ios_todo_example_interface
Adds ios todo example interface
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,6 +6,7 @@
|
||||
nimcache
|
||||
lib/nimcache
|
||||
tools/nimcache
|
||||
tools/nimweb
|
||||
tests/nimcache
|
||||
tests/accept/run/nimcache
|
||||
tests/accept/compile/nimcache
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user