Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements to the build process #860

Merged
merged 4 commits into from
Apr 15, 2024
Merged

Improvements to the build process #860

merged 4 commits into from
Apr 15, 2024

Commits on Apr 14, 2024

  1. Tweaks for the tilers build.

    * Use `ktx` library instead of `ktx_read`. The former includes writing
      ability, and there's no library that includes _just_ writing.
    * Move STB image resize implementation code into CesiumGltfReader
      (instead of CesiumGltfContent).
    kring committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    dd35563 View commit details
    Browse the repository at this point in the history
  2. Update KTX-Software.

    kring committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    a9bf105 View commit details
    Browse the repository at this point in the history
  3. Disable KTX_FEATURE_TOOLS.

    Mostly so that KTX-Software doesn't try to pull in cxxopts.
    kring committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    87624a9 View commit details
    Browse the repository at this point in the history
  4. Formatting.

    kring committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    a3237c9 View commit details
    Browse the repository at this point in the history