15 lines
241 B
Nim
15 lines
241 B
Nim
# 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"
|