Skip to content

Commit

Permalink
Update rust-monaco repo version
Browse files Browse the repository at this point in the history
Adds support for `aui` in monaco.

Signed-off-by: Jerrett Longworth <[email protected]>
  • Loading branch information
jerrettl committed Jul 29, 2023
1 parent 801987c commit 35f01f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gloo-console = "0.2.3"
gloo-events = "0.1.2"
gloo-utils = "0.1.6"
js-sys = "0.3.61"
monaco = { git = "https://github.com/SWIM-ucf/rust-monaco", rev = "a6cb4160c9ad4c4751d7da50ec556a1cbccba7d2", features = ["yew-components"] }
monaco = { git = "https://github.com/SWIM-ucf/rust-monaco", rev = "c9586e4af77131a15daf53e91e1ad5161a5265e8", features = ["yew-components"] }
wasm-bindgen = "0.2.83"
wasm-bindgen-futures = "0.4.33"
web-sys = {version = "0.3.60", features = ["CssStyleDeclaration", "Event", "HtmlCollection", "HtmlElement", "HtmlInputElement", "HtmlObjectElement", "SvgElement"]}
Expand Down

0 comments on commit 35f01f4

Please sign in to comment.