Skip to content

Commit

Permalink
riscv model view implemented, some bugifxes to the editor and egui co…
Browse files Browse the repository at this point in the history
…mponents, bugfix to the mem component, also made vizia left side panel smaller
  • Loading branch information
onsdagens committed Oct 12, 2023
1 parent 92b6a78 commit 3cffc23
Show file tree
Hide file tree
Showing 20 changed files with 379 additions and 260 deletions.
1 change: 1 addition & 0 deletions riscv/autosave.json

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions riscv/examples/empty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ struct Args {
}

fn main() {
let cs = ComponentStore { store: vec![] };
let path = PathBuf::from("riscv.json");
cs.save_file(&path);
let path = PathBuf::from("autosave.json");
let cs = ComponentStore::load_file(&path);
let dummy = Input::new("id", "field");
#[cfg(feature = "gui-egui")]
{
Expand Down
Loading

0 comments on commit 3cffc23

Please sign in to comment.