Skip to content

Commit

Permalink
WIP: min vers?
Browse files Browse the repository at this point in the history
  • Loading branch information
ozkriff committed Mar 22, 2024
1 parent f39e0de commit bc2a790
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 80 deletions.
119 changes: 42 additions & 77 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ assets = "assets/"
[dependencies]
ron = "0.8"
log = "0.4"
env_logger = "0.11"
env_logger = "0.10"
derive_more = { version = "0.99", features = ["from"] } # TODO: https://github.com/ozkriff/zemeroth/issues/251
serde = { version = "1.0", features = ["derive"] }
num = { version = "0.4", default-features = false }
Expand All @@ -27,8 +27,8 @@ zscene = { path = "zscene" }
zcomponents = { path = "zcomponents" }
rand = { version = "0.8", default-features = false, features = ["alloc"] }
quad-rand = { version = "0.2", features = ["rand"] }
mq = { package = "macroquad", version = "0.4" }
heck = "0.5"
mq = { package = "macroquad", version = "0.4.0" }
heck = "0.4.1"
once_cell = "1.6"

[dev-dependencies]
Expand Down

0 comments on commit bc2a790

Please sign in to comment.