| Take every jolt-native half from the release, and only from there a008d3b nandi 18d ago | 1 | #!/usr/bin/env dotslash |
| 2 | |
| 3 | // libvidya for the desktop, from jolt-native's v0.1.3 release. |
| 4 | // |
| 5 | // The retained-tree ABI glimmer-vidya binds, on egui. `just lib` fetches this |
| 6 | // and libjoltmoq-linux — one archive holds both — and links them where `just |
| 7 | // run` points the loader. |
| 8 | // |
| 9 | // x86_64 only, because that is the only desktop asset the release cuts: a |
| 10 | // linux-aarch64 or a macOS frq needs jolt-native built by hand for now. |
| 11 | { |
| 12 | "name": "libvidya-linux", |
| 13 | "platforms": { |
| 14 | "linux-x86_64": { |
| 15 | "size": 14870823, |
| 16 | "hash": "sha256", |
| 17 | "digest": "b49ca39793c0ee3809ba747d0040ac370ee4e6c92e433c53ca5459eaa90def18", |
| 18 | "format": "tar.gz", |
| 19 | "path": "libvidya.so", |
| 20 | "providers": [ |
| 21 | { |
| 22 | "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-linux-x86_64-v0.1.3.tar.gz" |
| 23 | } |
| 24 | ] |
| 25 | } |
| 26 | } |
| 27 | } |