Files
terminal-oscilloscope/osc.nimble
rolandnsharp 94d5b2cf63 Rename crt → osc throughout
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 13:43:15 +10:00

14 lines
270 B
Nim

# Package
version = "0.1.0"
author = "rolandnsharp"
description = "Terminal oscilloscope with CRT phosphor physics"
license = "MIT"
srcDir = "src"
bin = @["osc"]
# Dependencies
requires "nim >= 2.2.8"
requires "illwill >= 0.4.1"