Skip to content

Commit

Permalink
Correct rusterix path
Browse files Browse the repository at this point in the history
  • Loading branch information
markusmoenig committed Jan 14, 2025
1 parent e09ec01 commit fb4f3e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions creator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ self_update = { version = "0.39.0", features = [
] }
indexmap = { version = "2", features = ["serde"], default-features = true }
vek = { version = "0.17.1", default-features = true }
rusterix = { path = "../../rusterix" }
# rusterix = { version = "0.2.1", git = "https://github.com/markusmoenig/Rusterix" }
# rusterix = { path = "../../rusterix" }
rusterix = { version = "0.2.1", git = "https://github.com/markusmoenig/Rusterix" }

[package.metadata.bundle]
name = "Eldiron"
Expand Down
4 changes: 2 additions & 2 deletions shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ regex = "1"
num_cpus = "1.16.0"
half = { version = "2.4", features = ["serde"] }
# rusterix = "0.1.0"
rusterix = { path = "../../rusterix" }
# rusterix = { version = "0.2.1", git = "https://github.com/markusmoenig/Rusterix" }
# rusterix = { path = "../../rusterix" }
rusterix = { version = "0.2.1", git = "https://github.com/markusmoenig/Rusterix" }

vek = { version = "0.17", default-features = false, features = ["rgba"] }
earcutr = "0.4"
Expand Down

0 comments on commit fb4f3e6

Please sign in to comment.