Starting Project

This commit is contained in:
2026-07-14 15:33:59 -05:00
parent 0ca3c9911a
commit 20b8bcdb63
3 changed files with 214 additions and 0 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+11
View File
@@ -44,3 +44,14 @@ To build the Flatpak:
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`.