Skip to content

Commit

Permalink
Utilise mrn-generator crate instead of calling the cli tool (#2)
Browse files Browse the repository at this point in the history
* UI now utilizes the mrn-generator crate instead of calling the cli tool

* Made small improvements
  • Loading branch information
iByteABit256 authored Aug 3, 2024
1 parent e9792d9 commit 813eb47
Show file tree
Hide file tree
Showing 4 changed files with 258 additions and 64 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
Cargo.lock
238 changes: 205 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2021"

[dependencies]
mrn-generator = "0.3.1"
eframe = "0.28.1"
Loading

0 comments on commit 813eb47

Please # to comment.