Rename crt → osc throughout

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
rolandnsharp
2026-04-05 13:43:15 +10:00
parent 7ceac6c91f
commit 94d5b2cf63
9 changed files with 31 additions and 10 deletions

13
osc.nimble Normal file
View File

@@ -0,0 +1,13 @@
# 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"