Skip to content

Commit

Permalink
Workaround bdf being broken now (see https://github.com/rust-lang/cra…
Browse files Browse the repository at this point in the history
  • Loading branch information
tommythorn committed Sep 30, 2024
1 parent 9d2a4e1 commit b730d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion show.rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ edition = "2021"
[dependencies]
anyhow = "1.0.83"
argh = "0.1.12"
bdf = "0.6.0"
bdf = { git = "https://github.com/meh/rust-bdf" }
minifb = "0.25.0"

0 comments on commit b730d2e

Please sign in to comment.