Initial config

This commit is contained in:
Joey Yakimowich-Payne 2022-11-27 14:29:02 -07:00
commit 2074b52baa
5 changed files with 11 additions and 11 deletions

9
libobjc.nimble Normal file
View file

@ -0,0 +1,9 @@
version = "0.1.0"
author = "Joey Yakimowich-Payne"
description = "Wrappers for libobjc"
license = "MIT"
srcDir = "src"
bin = @["libobjc"]
requires "nim >= 1.6.10"

View file

@ -1,9 +0,0 @@
version = "0.0.0"
author = "Your name"
description = "Description of your library"
license = "MIT"
srcDir = "src"
bin = @["nimtemplate"]
requires "nim >= 1.2.2"

View file

@ -1,3 +1,3 @@
## Public interface to you library.
import nimtemplate/common
import libobjc/common

View file

@ -1,3 +1,3 @@
## Put your tests here.
import nimtemplate
import libobjc