Skip to content

Commit

Permalink
Bumped package version to 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenm committed Feb 19, 2024
1 parent 41172da commit 0227f6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
],
targets: [
.binaryTarget(name: "GLTFKit2",
url: "https://github.com/warrenm/GLTFKit2/releases/download/0.5.8/GLTFKit2.xcframework.zip",
checksum:"e9d375706bc91ffa0fa75ae68c6759068e2b70e7ca22b75caf4a91fda4a1b018")
url: "https://github.com/warrenm/GLTFKit2/releases/download/0.5.9/GLTFKit2.xcframework.zip",
checksum:"e7e66a5066ad36e325c9f80666c787f014d787afb57432a5048591963ac809ad")
]
)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Below is a checklist of glTF features and their current level of support.
- [x] Sparse accessors

#### Extensions
- [ ] EXT_mesh_gpu_instancing
- [x] EXT_mesh_gpu_instancing
- [x] EXT_meshopt_compression
- [x] KHR_draco_mesh_compression (via plug-in)
- [x] KHR_lights_punctual
Expand Down Expand Up @@ -177,7 +177,7 @@ Pull requests are welcome, but will be audited strictly in order to maintain cod

## License

Copyright (c) 2021—2023 Warren Moore
Copyright (c) 2021—2024 Warren Moore

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
Expand Down

0 comments on commit 0227f6d

Please sign in to comment.