dioxus/.vscode/settings.json

8 lines
116 B
JSON
Raw Normal View History

2021-09-21 22:13:09 +00:00
{
"rust-analyzer.cargo.allFeatures": true,
"rust-analyzer.cargo.features": [
"desktop",
"router"
],
2021-09-21 22:13:09 +00:00
}