Results 4 issues of Rodrigo Rivas Costa

Since Rust 1.61 [1], the linker no longer includes the static libraries with the `--whole-archive` flag. This means that the `resource.o` file is only added to the final EXE if...

I have a trait such as this: ``` #[trait_variant::make(Test: Send)] trait LocalTest { async fn foo() -> i32 { 0 } } ``` but if fails with an error: ```...

This is my draft for implementing #7643. I'm aware that modal windows are not a priority, because they are seldom useful in most ImGui use cases. But I happen to...

popups
inputs

### Version/Branch of Dear ImGui: Version 1.90.7 ### Back-ends: n/a ### Compiler, OS: all ### Full config/build information: _No response_ ### Details: ### I need to disable shortcuts when a...

popups
inputs