Skip to content

Commit

Permalink
Remove the unused f32 file type, bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed Aug 10, 2022
1 parent 4b506f3 commit 17b14dd
Show file tree
Hide file tree
Showing 3 changed files with 2 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fox32"
version = "0.2.0"
version = "0.2.1"
authors = ["ry"]
edition = "2021"
build = "build.rs"
Expand Down
1 change: 0 additions & 1 deletion src/disk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ impl DiskController {
pub fn select_file(&self) -> Option<File> {
let path = FileDialog::new()
.add_filter("Disk Image", &["img", "dsk"])
.add_filter("f32 Binary", &["f32"])
.add_filter("Raw Binary", &["bin"])
.add_filter("All Files", &["*"])
.set_title(&format!("Select a file to insert"))
Expand Down

0 comments on commit 17b14dd

Please sign in to comment.