Skip to content

Commit a232364

Browse files
committed
use correct rrplug version
1 parent 057d19a commit a232364

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ members = [
66
]
77

88
[workspace.dependencies]
9-
rrplug = { path = "../rrplug" }
9+
# rrplug = { path = "../rrplug" }
1010
shared = { path = "shared" }
11-
# rrplug = { git = "https://github.com/catornot/rrplug.git" }
11+
rrplug = { git = "https://github.com/catornot/rrplug.git" }
1212
rustc_version = "0.4.1"
1313
windows-sys = { version = "0.48.0", features = ["Win32_System_LibraryLoader", "Win32_Foundation", "Win32_System_Console", "Win32_System_Diagnostics_Debug", "Win32_System_Threading"] }
1414
itertools = "0.14.*"

expressions/cargo_lock.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
lockFile = ../Cargo.lock;
44
outputHashes = {
5-
"rrplug-4.2.1" = "sha256-DQQlvBL/+rj+yQXmvov59rz4j2WO5sQQ3mnInAQL68c=";
5+
"rrplug-4.2.1" = "sha256-eKVMyQhWJFJ5hp1k19/bXcw7V9O9EnqyKvs+52ipwbU=";
66
"bevy_gltf_export-0.1.0" = "sha256-eIp8TY96HMpmRpRsryaQzZII5/liCLaScF331GQINfY=";
77
};
88
}

0 commit comments

Comments
 (0)