We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e262d6d commit e915b8aCopy full SHA for e915b8a
README.md
@@ -16,7 +16,7 @@ There are five things you need to do to use this library correctly:
16
17
## Complete example (without a renderer)
18
19
-```no_run
+```rs
20
use imgui::Context;
21
use imgui_winit_support::{HiDpiMode, WinitPlatform};
22
use std::time::Instant;
@@ -91,4 +91,4 @@ Licensed under either of
91
- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
92
- MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
93
94
-at your option.
+at your option.
0 commit comments