diff --git a/absytree.nimble b/absytree.nimble index 68ffb334..b768a311 100644 --- a/absytree.nimble +++ b/absytree.nimble @@ -20,6 +20,7 @@ requires "nimsimd >= 1.2.4" requires "regex >= 0.20.2" requires "glob#64f71af" # "glob >= 0.11.2" # the newest version of glob doesn't have a version but is required for Nim 2.0 requires "patty >= 0.3.5" +requires "nimclipboard >= 0.1.2" requires "https://github.com/Nimaoth/ws >= 0.5.0" requires "https://github.com/Nimaoth/windy >= 0.0.1" requires "https://github.com/Nimaoth/wasm3 >= 0.1.13" @@ -83,4 +84,4 @@ task buildBrowser, "Build the browser version": task buildNimConfigWasm, "Compile the nim script config file to wasm": withDir "config": - selfExec fmt"c -d:release -o:./absytree_config_wasm.wasm {getCommandLineParams()} ./absytree_config_wasm.nim" \ No newline at end of file + selfExec fmt"c -d:release -o:./absytree_config_wasm.wasm {getCommandLineParams()} ./absytree_config_wasm.nim" diff --git a/nimble.lock b/nimble.lock index 46dd5eb9..e181284b 100644 --- a/nimble.lock +++ b/nimble.lock @@ -349,6 +349,18 @@ "checksums": { "sha1": "99b26039cfa38ee375f5eb469eec15d842c4fac6" } + }, + "nimclipboard": { + "version": "0.1.2", + "vcsRevision": "666f37ce461d6914a7c1818bc31e1ec97593e7bb", + "url": "https://github.com/genotrance/nimclipboard", + "downloadMethod": "git", + "dependencies": [ + "nimgen" + ], + "checksums": { + "sha1": "bf02a33b9ac528b92aec2088bb8b38d91eb23603" + } } }, "tasks": {}