Skip to content

Commit

Permalink
Update all the dependencies and clean up some code (#18)
Browse files Browse the repository at this point in the history
This updates all the dependencies and cleans up some of the code. It
also improves the colors of the IDE. The main text color now has more
contrast and the log messages are now colored by their type. The layout
is also changed in preparation to change the entire debugger into a full
IDE in the future.
  • Loading branch information
CryZe authored Jul 9, 2024
1 parent d982bfa commit ed3267b
Show file tree
Hide file tree
Showing 4 changed files with 1,423 additions and 795 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ jobs:
target: aarch64-apple-darwin
os: macOS-latest
cross: skip
install_target: true

- label: macOS x86_64
target: x86_64-apple-darwin
os: macOS-latest
cross: skip
install_target: true

steps:
- name: Checkout Commit
Expand Down
Loading

0 comments on commit ed3267b

Please sign in to comment.