Skip to content

Commit

Permalink
dmi back to mainline
Browse files Browse the repository at this point in the history
  • Loading branch information
actioninja committed Mar 23, 2023
1 parent 587a6ab commit 2f82cda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion hypnagogic_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "AGPL"
[dependencies]
anyhow = "1.0"
clap = { version = "4.0", features = ["suggestions", "deprecated", "derive", "wrap_help"] }
dmi = { git = "https://github.com/actioninja/dmi-rust.git", branch = "feature-gates" }
dmi = "0.2"
dont_disappear = "3.0"
image = { version = "0.24", default-features = false, features = ["png", "gif"] }
rayon = "1.5"
Expand Down
2 changes: 1 addition & 1 deletion hypnagogic_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
bitflags = "1.3"
dmi = { git = "https://github.com/actioninja/dmi-rust.git", branch = "feature-gates" }
dmi = "0.2"
enum_dispatch = "0.3"
enum-iterator = "1.2"
fixed-map = { version = "0.8", features = ["serde"] }
Expand Down

0 comments on commit 2f82cda

Please sign in to comment.