imgui-rs/imgui-gfx-examples
Joonas Javanainen 64022fbb28
Narrow supported winit version range
We can't promise forward compatibility with arbitrary versions, and 0.22
is already broken -> require 0.20 or 0.21, and let's upgrade to 0.22
properly later.
2020-03-16 12:07:26 +02:00
..
2020-02-15 12:45:50 +02:00
2020-02-15 14:35:55 +02:00

imgui-gfx-examples

  • Run with OpenGL backend: cargo run --example hello_gfx
  • Run with DirectX backend: cargo run --example hello_gfx --features directx --no-default-features