A launcher for the OpenGOAL Project to simplify usage and installation
Go to file
dependabot[bot] 9328cf33c0
build(deps): bump the backend-deps group across 1 directory with 8 updates (#485)
Fixes #377
- Big update to `zip` so hopefully that helps, new compression library,
and we do a quick sanity check (read the file zile). This should
hopefully catch corrupted support-packages.

Bumps the backend-deps group with 8 updates in the /src-tauri directory:

| Package | From | To |
| --- | --- | --- |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.29` | `1.0.30`
|
| [semver](https://github.com/dtolnay/semver) | `1.0.22` | `1.0.23` |
| [serde](https://github.com/serde-rs/serde) | `1.0.199` | `1.0.201` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.117`
|
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.30.11` |
`0.30.12` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.59` |
`1.0.60` |
| [wgpu](https://github.com/gfx-rs/wgpu) | `0.19.4` | `0.20.0` |
| [zip](https://github.com/zip-rs/zip2) | `0.6.6` | `1.2.3` |


Updates `flate2` from 1.0.29 to 1.0.30
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d3bea908ed"><code>d3bea90</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/405">#405</a>
from Byron/fix-CI</li>
<li><a
href="50488437ca"><code>5048843</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/407">#407</a>
from striezel-stash/actions-checkout-v4</li>
<li><a
href="42c86cedde"><code>42c86ce</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/406">#406</a>
from striezel-stash/fix-some-typos</li>
<li><a
href="f7b99e9040"><code>f7b99e9</code></a>
Update actions/checkout in GitHub Actions workflows to v4</li>
<li><a
href="563f1c42f4"><code>563f1c4</code></a>
Fix typos</li>
<li><a
href="1126a4a758"><code>1126a4a</code></a>
prepare bugfix release to make docs work again</li>
<li><a
href="bc1b3e9604"><code>bc1b3e9</code></a>
CI verifies that docs can be built (<a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/404">#404</a>)</li>
<li><a
href="5ce4154d2b"><code>5ce4154</code></a>
fix CI by assuring builds work with --all-features enabled (<a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/404">#404</a>)</li>
<li>See full diff in <a
href="https://github.com/rust-lang/flate2-rs/compare/1.0.29...1.0.30">compare
view</a></li>
</ul>
</details>
<br />

Updates `semver` from 1.0.22 to 1.0.23
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/semver/releases">semver's
releases</a>.</em></p>
<blockquote>
<h2>1.0.23</h2>
<ul>
<li>Resolve unexpected_cfgs warning (<a
href="https://redirect.github.com/dtolnay/semver/issues/318">#318</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="69efd3cc77"><code>69efd3c</code></a>
Release 1.0.23</li>
<li><a
href="451b41962b"><code>451b419</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/semver/issues/318">#318</a>
from dtolnay/checkcfg</li>
<li><a
href="5b714857ac"><code>5b71485</code></a>
Resolve unexpected_cfgs warning</li>
<li><a
href="c520af7e3c"><code>c520af7</code></a>
Revert &quot;Temporarily disable miri on doctests&quot;</li>
<li><a
href="73b5d9e589"><code>73b5d9e</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/semver/issues/313">#313</a>
from Saecki/patch-1</li>
<li><a
href="e8d61deb89"><code>e8d61de</code></a>
chore: fix typo in safety comment</li>
<li><a
href="d282d48b50"><code>d282d48</code></a>
Explicitly install a Rust toolchain for cargo-outdated job</li>
<li><a
href="6e6ba222fd"><code>6e6ba22</code></a>
Temporarily disable miri on doctests</li>
<li>See full diff in <a
href="https://github.com/dtolnay/semver/compare/1.0.22...1.0.23">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde` from 1.0.199 to 1.0.201
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/serde/releases">serde's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.201</h2>
<ul>
<li>Resolve unexpected_cfgs warning (<a
href="https://redirect.github.com/serde-rs/serde/issues/2737">#2737</a>)</li>
</ul>
<h2>v1.0.200</h2>
<ul>
<li>Fix formatting of &quot;invalid type&quot; and &quot;invalid
value&quot; deserialization error messages containing NaN or infinite
floats (<a
href="https://redirect.github.com/serde-rs/serde/issues/2733">#2733</a>,
thanks <a
href="https://github.com/jamessan"><code>@​jamessan</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b4f1bc16ff"><code>b4f1bc1</code></a>
Release 1.0.201</li>
<li><a
href="029ab46f71"><code>029ab46</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2737">#2737</a>
from dtolnay/checkcfg</li>
<li><a
href="220ca0ca9d"><code>220ca0c</code></a>
Resolve unexpected_cfgs warning</li>
<li><a
href="20306f493a"><code>20306f4</code></a>
Fix cfg on test_systemtime_overflow</li>
<li><a
href="cc865ac523"><code>cc865ac</code></a>
Release 1.0.200</li>
<li><a
href="2d973c1805"><code>2d973c1</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2733">#2733</a>
from jamessan/nan-decimal</li>
<li><a
href="6ca499b2dd"><code>6ca499b</code></a>
Only format Unexpected::Float with decimal point if it is finite</li>
<li>See full diff in <a
href="https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.201">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.116 to 1.0.117
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.117</h2>
<ul>
<li>Resolve unexpected_cfgs warning (<a
href="https://redirect.github.com/serde-rs/json/issues/1130">#1130</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0ae247ca63"><code>0ae247c</code></a>
Release 1.0.117</li>
<li><a
href="4517c7a2d9"><code>4517c7a</code></a>
PartialEq is not implemented between Value and 128-bit ints</li>
<li><a
href="fdf99c7c38"><code>fdf99c7</code></a>
Combine number PartialEq tests</li>
<li><a
href="b4fc2451d7"><code>b4fc245</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1130">#1130</a>
from serde-rs/checkcfg</li>
<li><a
href="98f1a247de"><code>98f1a24</code></a>
Resolve unexpected_cfgs warning</li>
<li>See full diff in <a
href="https://github.com/serde-rs/json/compare/v1.0.116...v1.0.117">compare
view</a></li>
</ul>
</details>
<br />

Updates `sysinfo` from 0.30.11 to 0.30.12
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md">sysinfo's
changelog</a>.</em></p>
<blockquote>
<h1>0.30.12</h1>
<ul>
<li>FreeBSD: Fix network interfaces retrieval (one was always
missing).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/GuillaumeGomez/sysinfo/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `thiserror` from 1.0.59 to 1.0.60
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/thiserror/releases">thiserror's
releases</a>.</em></p>
<blockquote>
<h2>1.0.60</h2>
<ul>
<li>Resolve unexpected_cfgs warning (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/298">#298</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="870d11b830"><code>870d11b</code></a>
Release 1.0.60</li>
<li><a
href="0ccee7c2a1"><code>0ccee7c</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/298">#298</a>
from dtolnay/checkcfg</li>
<li><a
href="cf43d0c130"><code>cf43d0c</code></a>
Resolve unexpected_cfgs warning</li>
<li>See full diff in <a
href="https://github.com/dtolnay/thiserror/compare/1.0.59...1.0.60">compare
view</a></li>
</ul>
</details>
<br />

Updates `wgpu` from 0.19.4 to 0.20.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gfx-rs/wgpu/releases">wgpu's
releases</a>.</em></p>
<blockquote>
<h2>v0.20.0</h2>
<h3>Major Changes</h3>
<h4>Pipeline overridable constants</h4>
<p>Wgpu supports now <a
href="https://www.w3.org/TR/webgpu/#dom-gpuprogrammablestage-constants">pipeline-overridable
constants</a></p>
<p>This allows you to define constants in wgsl like this:</p>
<pre lang="rust"><code>override some_factor: f32 = 42.1337; // Specifies
a default of 42.1337 if it's not set.
</code></pre>
<p>And then set them at runtime like so on your pipeline consuming this
shader:</p>
<pre lang="rust"><code>// ...
fragment: Some(wgpu::FragmentState {
    compilation_options: wgpu::PipelineCompilationOptions {
constants: &amp;[(&quot;some_factor&quot;.to_owned(), 0.1234)].into(),
// Sets `some_factor` to 0.1234.
        ..Default::default()
    },
    // ...
}),
// ...
</code></pre>
<p>By <a href="https://github.com/teoxoy"><code>@​teoxoy</code></a>
&amp; <a
href="https://github.com/jimblandy"><code>@​jimblandy</code></a> in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/5500">#5500</a></p>
<h4>Changed feature requirements for timestamps</h4>
<p>Due to a specification change <code>write_timestamp</code> is no
longer supported on WebGPU.
<code>wgpu::CommandEncoder::write_timestamp</code> requires now the new
<code>wgpu::Features::TIMESTAMP_QUERY_INSIDE_ENCODERS</code> feature
which is available on all native backends but not on WebGPU.</p>
<p>By <a href="https://github.com/wumpf"><code>@​wumpf</code></a> in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/5188">#5188</a></p>
<h4>Wgsl const evaluation for many more built-ins</h4>
<p>Many numeric built-ins have had a constant evaluation implementation
added for them, which allows them to be used in a <code>const</code>
context:</p>
<p><code>abs</code>, <code>acos</code>, <code>acosh</code>,
<code>asin</code>, <code>asinh</code>, <code>atan</code>,
<code>atanh</code>, <code>cos</code>, <code>cosh</code>,
<code>round</code>, <code>saturate</code>, <code>sin</code>,
<code>sinh</code>, <code>sqrt</code>, <code>step</code>,
<code>tan</code>, <code>tanh</code>, <code>ceil</code>,
<code>countLeadingZeros</code>, <code>countOneBits</code>,
<code>countTrailingZeros</code>, <code>degrees</code>, <code>exp</code>,
<code>exp2</code>, <code>floor</code>, <code>fract</code>,
<code>fma</code>, <code>inverseSqrt</code>, <code>log</code>,
<code>log2</code>, <code>max</code>, <code>min</code>,
<code>radians</code>, <code>reverseBits</code>, <code>sign</code>,
<code>trunc</code></p>
<p>By <a
href="https://github.com/ErichDonGubler"><code>@​ErichDonGubler</code></a>
in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/4879">#4879</a>, <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/5098">#5098</a></p>
<h4>New <strong>native-only</strong> wgsl features</h4>
<h5>Subgroup operations</h5>
<p>The following subgroup operations are available in wgsl now:</p>
<p><code>subgroupBallot</code>, <code>subgroupAll</code>,
<code>subgroupAny</code>, <code>subgroupAdd</code>,
<code>subgroupMul</code>, <code>subgroupMin</code>,
<code>subgroupMax</code>, <code>subgroupAnd</code>,
<code>subgroupOr</code>, <code>subgroupXor</code>,
<code>subgroupExclusiveAdd</code>, <code>subgroupExclusiveMul</code>,
<code>subgroupInclusiveAdd</code>, <code>subgroupInclusiveMul</code>,
<code>subgroupBroadcastFirst</code>, <code>subgroupBroadcast</code>,
<code>subgroupShuffle</code>, <code>subgroupShuffleDown</code>,
<code>subgroupShuffleUp</code>, <code>subgroupShuffleXor</code></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/gfx-rs/wgpu/blob/trunk/CHANGELOG.md">wgpu's
changelog</a>.</em></p>
<blockquote>
<h2>v0.20.0 (2024-04-28)</h2>
<h3>Major Changes</h3>
<h4>Pipeline overridable constants</h4>
<p>Wgpu supports now <a
href="https://www.w3.org/TR/webgpu/#dom-gpuprogrammablestage-constants">pipeline-overridable
constants</a></p>
<p>This allows you to define constants in wgsl like this:</p>
<pre lang="rust"><code>override some_factor: f32 = 42.1337; // Specifies
a default of 42.1337 if it's not set.
</code></pre>
<p>And then set them at runtime like so on your pipeline consuming this
shader:</p>
<pre lang="rust"><code>// ...
fragment: Some(wgpu::FragmentState {
    compilation_options: wgpu::PipelineCompilationOptions {
constants: &amp;[(&quot;some_factor&quot;.to_owned(), 0.1234)].into(),
// Sets `some_factor` to 0.1234.
        ..Default::default()
    },
    // ...
}),
// ...
</code></pre>
<p>By <a href="https://github.com/teoxoy"><code>@​teoxoy</code></a>
&amp; <a
href="https://github.com/jimblandy"><code>@​jimblandy</code></a> in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/5500">#5500</a></p>
<h4>Changed feature requirements for timestamps</h4>
<p>Due to a specification change <code>write_timestamp</code> is no
longer supported on WebGPU.
<code>wgpu::CommandEncoder::write_timestamp</code> requires now the new
<code>wgpu::Features::TIMESTAMP_QUERY_INSIDE_ENCODERS</code> feature
which is available on all native backends but not on WebGPU.</p>
<p>By <a href="https://github.com/wumpf"><code>@​wumpf</code></a> in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/5188">#5188</a></p>
<h4>Wgsl const evaluation for many more built-ins</h4>
<p>Many numeric built-ins have had a constant evaluation implementation
added for them, which allows them to be used in a <code>const</code>
context:</p>
<p><code>abs</code>, <code>acos</code>, <code>acosh</code>,
<code>asin</code>, <code>asinh</code>, <code>atan</code>,
<code>atanh</code>, <code>cos</code>, <code>cosh</code>,
<code>round</code>, <code>saturate</code>, <code>sin</code>,
<code>sinh</code>, <code>sqrt</code>, <code>step</code>,
<code>tan</code>, <code>tanh</code>, <code>ceil</code>,
<code>countLeadingZeros</code>, <code>countOneBits</code>,
<code>countTrailingZeros</code>, <code>degrees</code>, <code>exp</code>,
<code>exp2</code>, <code>floor</code>, <code>fract</code>,
<code>fma</code>, <code>inverseSqrt</code>, <code>log</code>,
<code>log2</code>, <code>max</code>, <code>min</code>,
<code>radians</code>, <code>reverseBits</code>, <code>sign</code>,
<code>trunc</code></p>
<p>By <a
href="https://github.com/ErichDonGubler"><code>@​ErichDonGubler</code></a>
in <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/4879">#4879</a>, <a
href="https://redirect.github.com/gfx-rs/wgpu/pull/5098">#5098</a></p>
<h4>New <strong>native-only</strong> wgsl features</h4>
<h5>Subgroup operations</h5>
<p>The following subgroup operations are available in wgsl now:</p>
<p><code>subgroupBallot</code>, <code>subgroupAll</code>,
<code>subgroupAny</code>, <code>subgroupAdd</code>,
<code>subgroupMul</code>, <code>subgroupMin</code>,
<code>subgroupMax</code>, <code>subgroupAnd</code>,
<code>subgroupOr</code>, <code>subgroupXor</code>,
<code>subgroupExclusiveAdd</code>, <code>subgroupExclusiveMul</code>,
<code>subgroupInclusiveAdd</code>, <code>subgroupInclusiveMul</code>,
<code>subgroupBroadcastFirst</code>, <code>subgroupBroadcast</code>,
<code>subgroupShuffle</code>, <code>subgroupShuffleDown</code>,
<code>subgroupShuffleUp</code>, <code>subgroupShuffleXor</code></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4521502da6"><code>4521502</code></a>
Release v0.20.0 (<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/5619">#5619</a>)</li>
<li><a
href="05cfdececc"><code>05cfdec</code></a>
build(deps): bump the patch-updates group with 5 updates (<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/5605">#5605</a>)</li>
<li><a
href="e8e33ede11"><code>e8e33ed</code></a>
refactor(naga): remove extraneous leading path qualifiers (<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/5612">#5612</a>)</li>
<li><a
href="1ea96391ea"><code>1ea9639</code></a>
[hal] Document <code>Api::Fence</code>, its users, and its Vulkan impl.
(<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/5618">#5618</a>)</li>
<li><a
href="4af2e7b8fb"><code>4af2e7b</code></a>
[hal] Document <code>Queue::submit</code> ordering guarantees a
bit.</li>
<li><a
href="a2cd2b92b3"><code>a2cd2b9</code></a>
[hal] Fix <code>cargo doc --document-private-items</code>. Check in CI.
(<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/5617">#5617</a>)</li>
<li><a
href="9eb1b71d33"><code>9eb1b71</code></a>
Add some more changelog entries (<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/5611">#5611</a>)</li>
<li><a
href="739905e73c"><code>739905e</code></a>
Extract a naga pub create_validator function for use in Bevy (<a
href="https://redirect.github.com/gfx-rs/wgpu/issues/5606">#5606</a>)</li>
<li><a
href="d4f30638b7"><code>d4f3063</code></a>
[core] Fix caller location tracking in <code>lock::ranked</code>.</li>
<li><a
href="55c9d69ba0"><code>55c9d69</code></a>
[naga] fix the way we adjust constant initializers when processing
overrides</li>
<li>Additional commits viewable in <a
href="https://github.com/gfx-rs/wgpu/compare/v0.19.4...v0.20.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `zip` from 0.6.6 to 1.2.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/zip-rs/zip2/releases">zip's
releases</a>.</em></p>
<blockquote>
<h2>v1.2.3</h2>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>Remove a window when an extracted directory might be unexpectedly
listable and/or <code>cd</code>able by non-owners</li>
<li>Extract directory contents on Unix even if the directory doesn't
have write permission (<a
href="https://redirect.github.com/zip-rs/zip-old/issues/423">zip-rs/zip-old#423</a>)</li>
</ul>
<h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3>
<ul>
<li>More conditionally-unused imports</li>
</ul>
<h2>v1.2.2</h2>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>Failed to clear &quot;writing_raw&quot; before finishing a symlink,
leading to dropped extra fields</li>
</ul>
<h3><!-- raw HTML omitted --> Performance</h3>
<ul>
<li>Use boxed slice for archive comment, since it can't be
concatenated</li>
<li>Optimize for the fact that false signatures can't overlap with real
ones</li>
</ul>
<h2>v1.2.1</h2>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>Prevent panic when trying to read a file with an unsupported
compression method</li>
<li>Prevent panic after reading an invalid LZMA file</li>
<li>Make <code>Stored</code> the default compression method if
<code>Deflated</code> isn't available, so that zip files are readable by
as much software as possible</li>
<li>version_needed was wrong when e.g. cfg(bzip2) but current file
wasn't bzip2 (<a
href="https://redirect.github.com/zip-rs/zip2/pull/100">#100</a>)</li>
<li>file paths shouldn't start with slashes (<a
href="https://redirect.github.com/zip-rs/zip2/pull/102">#102</a>)</li>
</ul>
<h3><!-- raw HTML omitted -->🚜 Refactor</h3>
<ul>
<li>Overhaul <code>impl Arbitrary for FileOptions</code></li>
<li>Remove unused <code>atomic</code> module</li>
</ul>
<h2>v1.2.0</h2>
<h3><!-- raw HTML omitted -->🚀 Features</h3>
<ul>
<li>Add method <code>decompressed_size()</code> so non-recursive ZIP
bombs can be detected</li>
</ul>
<h3><!-- raw HTML omitted -->🚜 Refactor</h3>
<ul>
<li>Make <code>ZipWriter::finish()</code> consume the
<code>ZipWriter</code></li>
</ul>
<h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3>
<ul>
<li>Use panic! rather than abort to ensure the fuzz harness can process
the failure</li>
<li>Update fuzz_write to use replace_with</li>
<li>Remove a drop that can no longer be explicit</li>
<li>Add <code>#![allow(unexpected_cfgs)]</code> in nightly</li>
</ul>
<h2>v1.1.4</h2>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>Rare bug where find_and_parse would give up prematurely on detecting
a false end-of-CDR header</li>
</ul>
<h2>v1.1.3</h2>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>Alignment was previously handled incorrectly (<a
href="https://redirect.github.com/Pr0methean/zip/pull/33">#33</a>)</li>
</ul>
<h3><!-- raw HTML omitted -->🚜 Refactor</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md">zip's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/zip-rs/zip2/compare/v1.2.2...v1.2.3">1.2.3</a>
- 2024-05-10</h2>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>Remove a window when an extracted directory might be unexpectedly
listable and/or <code>cd</code>able by non-owners</li>
<li>Extract directory contents on Unix even if the directory doesn't
have write permission (<a
href="https://redirect.github.com/zip-rs/zip-old/issues/423">zip-rs/zip-old#423</a>)</li>
</ul>
<h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3>
<ul>
<li>More conditionally-unused imports</li>
</ul>
<h2><a
href="https://github.com/zip-rs/zip2/compare/v1.2.1...v1.2.2">1.2.2</a>
- 2024-05-09</h2>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>Failed to clear &quot;writing_raw&quot; before finishing a symlink,
leading to dropped extra fields</li>
</ul>
<h3><!-- raw HTML omitted --> Performance</h3>
<ul>
<li>Use boxed slice for archive comment, since it can't be
concatenated</li>
<li>Optimize for the fact that false signatures can't overlap with real
ones</li>
</ul>
<h2><a
href="https://github.com/zip-rs/zip2/compare/v1.2.0...v1.2.1">1.2.1</a>
- 2024-05-06</h2>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>Prevent panic when trying to read a file with an unsupported
compression method</li>
<li>Prevent panic after reading an invalid LZMA file</li>
<li>Make <code>Stored</code> the default compression method if
<code>Deflated</code> isn't available, so that zip files are readable by
as much software as possible</li>
<li>version_needed was wrong when e.g. cfg(bzip2) but current file
wasn't bzip2 (<a
href="https://redirect.github.com/zip-rs/zip2/pull/100">#100</a>)</li>
<li>file paths shouldn't start with slashes (<a
href="https://redirect.github.com/zip-rs/zip2/pull/102">#102</a>)</li>
</ul>
<h3><!-- raw HTML omitted -->🚜 Refactor</h3>
<ul>
<li>Overhaul <code>impl Arbitrary for FileOptions</code></li>
<li>Remove unused <code>atomic</code> module</li>
</ul>
<h2><a
href="https://github.com/zip-rs/zip2/compare/v1.1.4...v1.2.0">1.2.0</a>
- 2024-05-06</h2>
<h3><!-- raw HTML omitted -->🚀 Features</h3>
<ul>
<li>Add method <code>decompressed_size()</code> so non-recursive ZIP
bombs can be detected</li>
</ul>
<h3><!-- raw HTML omitted -->🚜 Refactor</h3>
<ul>
<li>Make <code>ZipWriter::finish()</code> consume the
<code>ZipWriter</code></li>
</ul>
<h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3>
<ul>
<li>Use panic! rather than abort to ensure the fuzz harness can process
the failure</li>
<li>Update fuzz_write to use replace_with</li>
<li>Remove a drop that can no longer be explicit</li>
<li>Add <code>#![allow(unexpected_cfgs)]</code> in nightly</li>
</ul>
<h2><a
href="https://github.com/zip-rs/zip2/compare/v1.1.3...v1.1.4">1.1.4</a>
- 2024-05-04</h2>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>Build was failing with bzip2 enabled</li>
<li>use is_dir in more places where Windows paths might be handled
incorrectly</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/zip-rs/zip2/commits/v1.2.3">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
2024-05-13 23:03:02 -04:00
.github ci: update to macos-12 and node-20 (#466) 2024-04-14 15:25:58 -04:00
.tauri release: update release metadata to latest 2024-04-28 20:10:10 +00:00
.vscode ci: update to macos-12 and node-20 (#466) 2024-04-14 15:25:58 -04:00
docs New Crowdin updates - Dutch / German / Italian / Polish / Romanian / Spanish (#213) 2023-05-08 21:50:00 -04:00
fixtures Add mod support to the launcher (#476) 2024-04-28 15:27:34 -04:00
public/images/jak1 Dynamically change game background based on user's game completion (#298) 2023-08-29 22:01:56 -04:00
scripts release: fix appimage release asset link 2023-07-31 17:03:32 -04:00
src build(deps): bump the backend-deps group across 1 directory with 8 updates (#485) 2024-05-13 23:03:02 -04:00
src-tauri build(deps): bump the backend-deps group across 1 directory with 8 updates (#485) 2024-05-13 23:03:02 -04:00
.gitignore Add mod support to the launcher (#476) 2024-04-28 15:27:34 -04:00
.prettierignore frontend: fix frontend styling (#269) 2023-07-08 18:01:47 -04:00
.prettierrc.json build(deps): bump the frontend-deps group with 16 updates (#427) 2024-01-30 21:58:48 -05:00
crowdin.yml i18n: make the app translatable (#196) 2023-05-06 13:10:54 -04:00
index.html build(deps-dev): bump the frontend-deps group with 8 updates (#289) 2023-07-24 18:38:03 -04:00
LICENSE Add mod support to the launcher (#476) 2024-04-28 15:27:34 -04:00
package-lock.json Add mod support to the launcher (#476) 2024-04-28 15:27:34 -04:00
package.json release: bump to version - v2.4.4 2024-04-28 19:53:46 +00:00
postcss.config.cjs UI Overhaul (#35) 2022-09-27 20:40:13 -04:00
README.md Add mod support to the launcher (#476) 2024-04-28 15:27:34 -04:00
svelte.config.js UI Overhaul (#35) 2022-09-27 20:40:13 -04:00
tailwind.config.cjs UI Overhaul (#35) 2022-09-27 20:40:13 -04:00
tsconfig.json build(deps): bump the frontend-deps group with 5 updates (#435) 2024-02-10 15:48:48 -05:00
tsconfig.node.json renamed files and updated config files accordingly 2022-05-30 10:20:24 -04:00
vite.config.ts build(deps-dev): bump the frontend-deps group with 8 updates (#289) 2023-07-24 18:38:03 -04:00
vitest.config.ts tests: Start writing tests, Splash and some of the lib/ functions (#280) 2023-07-22 00:07:23 -04:00
yarn.lock Add mod support to the launcher (#476) 2024-04-28 15:27:34 -04:00

OpenGOAL Launcher

Crowdin

Our attempt at distributing the OpenGOAL releases in a cross-platform and easy to use and update way. It also is a place for features involving the games, such as texture pack or mod management.

The launcher uses the Tauri framework.

Usage

See the documentation on our website for hopefully up to date instructions on how to use it.

Asking for help

When asking for help, please download the support package which includes logs to help someone diagnose the problem.

If you cannot do this (for example, the bug relates to making the package / the application won't launch) then you can find the application logs in the following folders:

  • Windows C://Users/<YOUR_USER_NAME>/AppData/Roaming/OpenGOAL-Launcher/logs
  • Linux /home/<YOUR_USER_NAME>/.config/OpenGOAL-Launcher/logs

Note that both AppData and .config are hidden folders.

Development

Tauri requires a valid Rust installation, as well as a valid NodeJS installation.

For installing Rust, it's recommended to follow the instructions here https://www.rust-lang.org/tools/install

Windows

scoop install nodejs
npm install -g yarn

Linux (Ubuntu 22.04)

sudo apt install libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev # tauri deps, see - https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-linux
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash # installs Node Version Manager (ubuntus package is woefully out of date)
source ~/.bashrc
nvm install lts/hydrogen # installs latest nodejs 18.X
npm install -g yarn

Building and Running

To build and run the application locally, all you have to do is run:

yarn install
yarn tauri dev