diff options
author | bptato <nincsnevem662@gmail.com> | 2025-01-18 15:08:12 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2025-01-18 23:14:51 +0100 |
commit | cb1ec272443328c80d9e4bfb17f4853ff2745b16 (patch) | |
tree | c03b491905bbe8bf147e61881a6503083df99a18 /src/main.nim | |
parent | 2bde1a2b91fa9a0cdbc853b47f773c7f7828bc0b (diff) | |
download | chawan-cb1ec272443328c80d9e4bfb17f4853ff2745b16.tar.gz |
Remove submodules
I got tired of submodules. This commit doesn't build; subtrees incoming...
Diffstat (limited to 'src/main.nim')
-rw-r--r-- | src/main.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.nim b/src/main.nim index 07d7df80..49693aab 100644 --- a/src/main.nim +++ b/src/main.nim @@ -1,5 +1,3 @@ -import version - import std/options import std/os import std/posix |