imgui-cxx 0.1.1

Dear ImGui: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
Documentation
1
2
3
4
5
fn main()
{
	cxx::Config::new()
		.build();
}