Skip to content

Commit

Permalink
fix: rust analyzer error with Cargo features
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed Mar 27, 2023
1 parent 6278c6d commit 9693fc8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions GUI/ETVR/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,23 @@ features = [
"system-tray",
"window-center",
"window-close",
"window-create",
"window-hide",
"window-maximize",
"window-minimize",
"window-request-user-attention",
"window-set-decorations",
"window-set-focus",
"window-set-fullscreen",
"window-set-position",
"window-set-resizable",
"window-set-size",
"window-set-title",
"window-show",
"window-start-dragging",
"window-unmaximize",
"window-unminimize",

]

[dependencies.tauri-plugin-window-state]
Expand Down

0 comments on commit 9693fc8

Please sign in to comment.