Rework rendering
All checks were successful
Build App / Build (push) Successful in 2m35s

This commit is contained in:
2025-04-06 13:52:51 +02:00
parent dab05cf6c8
commit ea2d61e233
9 changed files with 45 additions and 52 deletions

10
Cargo.lock generated
View File

@@ -107,15 +107,6 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]]
name = "cmake"
version = "0.1.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
dependencies = [
"cc",
]
[[package]]
name = "cynic"
version = "3.10.0"
@@ -1074,7 +1065,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "951deab27af08ed9c6068b7b0d05a93c91f0a8eb16b6b816a5e73452a43521d3"
dependencies = [
"cfg-if",
"cmake",
"libc",
"version-compare",
]