Skip to content
This repository was archived by the owner on May 24, 2026. It is now read-only.

26.06

Latest

Choose a tag to compare

@auguwu auguwu released this 06 May 13:39
· 4 commits to master since this release
a26f4e8
  • Add WithDeathTimeout to violet::Subprocess (@auguwu)
  • Improve interface for building Noelware.Violet.Subprocess as a shared object (@auguwu)
  • Update Noelware.Violet frameworks to 26.06.04 (@auguwu)

Git History: 26.04...26.06

Bazel

As of 21/01/26, we have plans on uploading all Noelware.Violet frameworks onto the BCR and our own (https://bzl.noelware.cloud). It could exist right now, if you are, you can use --registry=https://bzl.noelware.cloud and all frameworks will be available.

bazel_dep(name = "violet.subprocess", version = "26.06")
archive_override(
    module_name = "violet.subprocess",
    integrity = "sha256-tQm/0zgeS7tp0rUGf6eNN8DvxBb5isE2mnT06qLRg6g=",
    urls = [
        # "https://artifacts.noelware.org/bazel-registry/violet/subprocess/26.06/bazeldist.tgz",
        "https://github.com/Noelware/Violet.Subprocess/releases/download/26.06/bazeldist.tgz",
    ]
)

CMake

Right now, it is not the best to use the frameworks in a CMake environment! ehehe...~

Meson

Using the frameworks in a Meson environment is not ready yet!

GN ("Generate Ninja")

Using the frameworks in a GN environment is not ready yet!