diff --git a/README.md b/README.md index a220095..779a9cf 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ There are five things you need to do to use this library correctly: ## Complete example (without a renderer) -```no_run +```rs use imgui::Context; use imgui_winit_support::{HiDpiMode, WinitPlatform}; use std::time::Instant; @@ -91,4 +91,4 @@ Licensed under either of - Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0) - MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT) -at your option. \ No newline at end of file +at your option.