Skip to content

Commit

Permalink
added nimclipboard dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico committed Jan 4, 2024
1 parent 9521e83 commit 13fbece
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion absytree.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
selfExec fmt"c -d:release -o:./absytree_config_wasm.wasm {getCommandLineParams()} ./absytree_config_wasm.nim"
12 changes: 12 additions & 0 deletions nimble.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
Expand Down

0 comments on commit 13fbece

Please sign in to comment.