15 lines
241 B
Plaintext
15 lines
241 B
Plaintext
|
# Package
|
||
|
|
||
|
version = "0.1.0"
|
||
|
author = "neviyn"
|
||
|
description = "Raytracer implementation in nim."
|
||
|
license = "Proprietary"
|
||
|
srcDir = "src"
|
||
|
bin = @["raytracer_nim"]
|
||
|
|
||
|
|
||
|
|
||
|
# Dependencies
|
||
|
|
||
|
requires "nim >= 1.3.3"
|