Skip to content

Commit

Permalink
Move ragnarok dependencies to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
vE5li committed Mar 9, 2024
1 parent c3c3a61 commit b267c98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ members = ["ragnarok_*", "procedural"]

[workspace.dependencies]
cgmath = { version = "0.18", features = ["serde"] }
ragnarok_bytes = { path = "ragnarok_bytes", features = ["cgmath"] }
ragnarok_procedural = { path = "ragnarok_procedural" }

[package]
name = "korangar"
Expand All @@ -25,8 +27,8 @@ num = "*"
option-ext = "0.2.0"
pathfinding = "2.2.2"
procedural = { path = "procedural" }
ragnarok_bytes = { path = "ragnarok_bytes", features = ["cgmath"] }
ragnarok_procedural = { path = "ragnarok_procedural" }
ragnarok_bytes = { workspace = true, features = ["cgmath"] }
ragnarok_procedural = { workspace = true }
rand = "0.8.5"
random_color = { version = "0.6.1", optional = true }
rayon = "1.5.3"
Expand Down

0 comments on commit b267c98

Please sign in to comment.