update to v0.14
This commit is contained in:
parent
00e52ba6bb
commit
c111905f8e
1 changed files with 3 additions and 6 deletions
|
|
@ -6,11 +6,12 @@
|
|||
//
|
||||
// It is redundant to include "zig" in this name because it is already
|
||||
// within the Zig package namespace.
|
||||
.name = "fastgltf-zig",
|
||||
.name = .fastgltf_zig,
|
||||
.fingerprint = 0x20c97e537a7710c7,
|
||||
|
||||
// This is a [Semantic Version](https://semver.org/).
|
||||
// In a future version of Zig it will be used for package deduplication.
|
||||
.version = "0.8.0",
|
||||
.version = "0.8.1",
|
||||
|
||||
// This field is optional.
|
||||
// This is currently advisory only; Zig does not yet do anything
|
||||
|
|
@ -35,9 +36,5 @@
|
|||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"src",
|
||||
// For example...
|
||||
//"LICENSE",
|
||||
//"README.md",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue