Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
Merge pull request #13 from DogeDark/monaco
Browse files Browse the repository at this point in the history
Overhaul: Switch To Monaco & Redesign UI + Small New Features
  • Loading branch information
jkelleyrtp authored Jan 28, 2025
2 parents 67e8fa8 + dc7befc commit 3eed1ae
Show file tree
Hide file tree
Showing 178 changed files with 62,708 additions and 2,624 deletions.
13 changes: 13 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[profile]

[profile.dioxus-wasm]
inherits = "dev"
opt-level = 2

[profile.dioxus-server]
inherits = "dev"
opt-level = 2

[profile.dioxus-android]
inherits = "dev"
opt-level = 2
Loading

0 comments on commit 3eed1ae

Please sign in to comment.