nandi/frqpublic Fork 0
bffe879efd6e16d866307e451e9a3568976fcdb2
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Take every jolt-native half from the release, and only from there a008d3b · on bffe879efd6e16d866307e451e9a3568976fcdb2 · nandi · 18d ago
libvidya-linux.dotslash · 27 lines · 878 BGDScript3 Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/usr/bin/env dotslash

// libvidya for the desktop, from jolt-native's v0.1.3 release.
//
// The retained-tree ABI glimmer-vidya binds, on egui. `just lib` fetches this
// and libjoltmoq-linux  one archive holds both  and links them where `just
// run` points the loader.
//
// x86_64 only, because that is the only desktop asset the release cuts: a
// linux-aarch64 or a macOS frq needs jolt-native built by hand for now.
{
  "name": "libvidya-linux",
  "platforms": {
    "linux-x86_64": {
      "size": 14870823,
      "hash": "sha256",
      "digest": "b49ca39793c0ee3809ba747d0040ac370ee4e6c92e433c53ca5459eaa90def18",
      "format": "tar.gz",
      "path": "libvidya.so",
      "providers": [
        {
          "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-linux-x86_64-v0.1.3.tar.gz"
        }
      ]
    }
  }
}