Skip to content

Commit

Permalink
correct README
Browse files Browse the repository at this point in the history
  • Loading branch information
onsdagens committed Oct 12, 2024
2 parents eca26b1 + 59353e3 commit da54b72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions mips-lib/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
use clap::Parser;
// The trait impls from here are used dynamically when json is loaded, so this is actually used
#[allow(unused_imports)]
use mips_lib::*;
use std::path::PathBuf;
#[cfg(feature = "gui-egui")]
use syncrim::gui_egui::editor::Library;
Expand Down

0 comments on commit da54b72

Please sign in to comment.