Skip to content
/ basisu Public

A fork of basisu packaged for the Zig build system

License

Notifications You must be signed in to change notification settings

sarvex/basisu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

basisu packaged for the Zig build system

This is a fork of basis_universal, packaged for Zig. Unnecessary files have been deleted, and the build system has been replaced with build.zig.

Updating

To update this repository, we run the following:

git remote add upstream https://github.com/BinomialLLC/basis_universal || true
git fetch upstream
git merge upstream/master --strategy ours

Verifying repository contents

For supply chain security reasons (e.g. to confirm we made no patches to the code) you can verify the contents of this repository by adding the upstream version as a remote:

git remote add upstream https://github.com/BinomialLLC/basis_universal || true
git fetch upstream

And then comparing using git diff with some options to exclude deleted files, and exclude README.md, build.zig, and .gitignore from the diff:

git diff $(git merge-base origin/master upstream/master)..origin/master \
    --diff-filter=d \
    ':(exclude)README.md' \
    ':(exclude)build.zig' \
    ':(exclude).gitignore'

About

A fork of basisu packaged for the Zig build system

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published