Skip to content

Commit

Permalink
Version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
valadaptive committed Jan 16, 2024
1 parent 6f24ebf commit 4e97dc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 crates/gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gui"
version = "0.4.0"
version = "0.4.2"
edition = "2021"
default-run = "ntsc-rs-standalone"
license = "GPL-2.0-or-later"
Expand All @@ -9,7 +9,7 @@ license = "GPL-2.0-or-later"

[dependencies]
ntscrs = { path = "../ntscrs" }
eframe = { version = "0.25.0", features=["persistence"] }
eframe = { version = "0.25", features=["persistence"] }
env_logger = "0.10.0"
image = "0.24.7"
snafu = "0.7.5"
Expand Down

0 comments on commit 4e97dc2

Please sign in to comment.