File tree Expand file tree Collapse file tree 6 files changed +21
-9
lines changed
Expand file tree Collapse file tree 6 files changed +21
-9
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ Entries are generated by Release-plz when release PRs are merged.
66
77## Unreleased
88
9+ ## [ 0.1.9] ( https://github.com/LeagueToolkit/league-toolkit/compare/ltk_shader-v0.1.8...ltk_shader-v0.1.9 ) - 2026-02-18
10+
11+ ### Other
12+
13+ - updated the following local packages: ltk_wad
14+
15+ ## [ 0.2.18] ( https://github.com/LeagueToolkit/league-toolkit/compare/league-toolkit-v0.2.17...league-toolkit-v0.2.18 ) - 2026-02-18
16+
17+ ### Other
18+
19+ - updated the following local packages: ltk_meta, ltk_wad
20+
921## [ 0.1.8] ( https://github.com/LeagueToolkit/league-toolkit/compare/ltk_shader-v0.1.7...ltk_shader-v0.1.8 ) - 2026-02-08
1022
1123### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " league-toolkit"
3- version = " 0.2.17 "
3+ version = " 0.2.18 "
44edition = " 2021"
55
66description = " Toolkit library for serializing and editing various League of Legends formats"
@@ -36,8 +36,8 @@ hash = ["dep:ltk_hash"]
3636ltk_anim = { version = " 0.3.2" , path = " ../ltk_anim" , optional = true }
3737ltk_file = { version = " 0.2.8" , path = " ../ltk_file" , optional = true }
3838ltk_mesh = { version = " 0.4.1" , path = " ../ltk_mesh" , optional = true }
39- ltk_meta = { version = " 0.3.5 " , path = " ../ltk_meta" , optional = true }
39+ ltk_meta = { version = " 0.4.0 " , path = " ../ltk_meta" , optional = true }
4040ltk_primitives = { version = " 0.3.2" , path = " ../ltk_primitives" , optional = true }
4141ltk_texture = { version = " 0.4.4" , path = " ../ltk_texture" , optional = true }
42- ltk_wad = { version = " 0.2.12 " , path = " ../ltk_wad" , optional = true }
42+ ltk_wad = { version = " 0.2.13 " , path = " ../ltk_wad" , optional = true }
4343ltk_hash = { version = " 0.2.5" , path = " ../ltk_hash" , optional = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " ltk_meta"
3- version = " 0.3.5 "
3+ version = " 0.4.0 "
44edition = " 2021"
55description = " Metadata formats and utilities for League Toolkit"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " ltk_ritobin"
3- version = " 0.1.6 "
3+ version = " 0.2.0 "
44edition = " 2021"
55description = " Ritobin text format parser and writer for League Toolkit"
66license = " MIT OR Apache-2.0"
@@ -20,7 +20,7 @@ indexmap = { workspace = true }
2020glam = { workspace = true }
2121xxhash-rust = { workspace = true }
2222
23- ltk_meta = { version = " 0.3.5 " , path = " ../ltk_meta" }
23+ ltk_meta = { version = " 0.4.0 " , path = " ../ltk_meta" }
2424ltk_hash = { version = " 0.2.5" , path = " ../ltk_hash" }
2525ltk_primitives = { version = " 0.3.2" , path = " ../ltk_primitives" }
2626
Original file line number Diff line number Diff line change 11[package ]
22name = " ltk_shader"
3- version = " 0.1.8 "
3+ version = " 0.1.9 "
44edition = " 2021"
55description = " Shader loading and parsing for League Toolkit"
66license = " MIT OR Apache-2.0"
77readme = " ../../README.md"
88
99[dependencies ]
1010ltk_io_ext = { version = " 0.4.1" , path = " ../ltk_io_ext" }
11- ltk_wad = { version = " 0.2.12 " , path = " ../ltk_wad" }
11+ ltk_wad = { version = " 0.2.13 " , path = " ../ltk_wad" }
1212ltk_hash = { version = " 0.2.5" , path = " ../ltk_hash" }
1313byteorder = { workspace = true }
1414thiserror = { workspace = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " ltk_wad"
3- version = " 0.2.12 "
3+ version = " 0.2.13 "
44edition = " 2021"
55description = " WAD archive reading/writing for League Toolkit"
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments