Starting Project
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -44,3 +44,14 @@ To build the Flatpak:
|
|||||||
make flatpak-build
|
make flatpak-build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## IDE Support
|
||||||
|
|
||||||
|
### RustRover / IntelliJ Rust
|
||||||
|
|
||||||
|
This project includes shared run configurations in the `.run` directory. When you open the project in RustRover or IntelliJ IDEA with the Rust plugin, these configurations will automatically appear in the Run/Debug dropdown:
|
||||||
|
|
||||||
|
- **Run Demo**: Executes the `r_eom_demo` binary.
|
||||||
|
- **Run Tests**: Executes all tests in the workspace.
|
||||||
|
|
||||||
|
Additionally, the IDE automatically detects all targets defined in `Cargo.toml`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user