Skip to content
Snippets Groups Projects
Verified Commit ecdb0aa2 authored by Louis's avatar Louis :fire:
Browse files

Update Gitlab CI config

parent 000e5509
No related branches found
No related tags found
No related merge requests found
Pipeline #678 waiting for manual action with stages
in 23 seconds
image: "r.lcr.gr/microhacks/bevy-builder"
image: "cr.weirdboi.dev/base/rust:1-82-node-22"
stages:
- test
......@@ -70,7 +70,6 @@ build-windows:
- when: manual
pages:
image: node:18-alpine
script:
- cd docs
- npm ci
......
This diff is collapsed.
......@@ -17,22 +17,22 @@ name = "crunch"
path = "src/main.rs"
[dependencies]
clap = { version = "4.1.8", features = ["derive"] }
env_logger = "0.10.0"
log = "0.4.17"
clap = { version = "4.5", features = ["derive"] }
env_logger = "0.11"
log = "0.4"
anyhow = "1.0.69"
thiserror = "1.0.39"
anyhow = "1.0"
thiserror = "1.0"
deltae = "0.3.0"
glam = "0.23.0"
deltae = "0.3"
glam = "0.29"
image = "0.24"
lab = "0.11.0"
lab = "0.11"
num-traits = "0.2.15"
rayon = "1.7.0"
toml = "0.7.3"
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.94"
glob = "0.3.1"
etagere = "0.2.8"
num-traits = "0.2"
rayon = "1.10"
toml = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
glob = "0.3"
etagere = "0.2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment