luigi-rs 1.0.0

Rust bindings for Luigi - a simple C GUI library
Documentation
1
2
3
4
5
6
7
8
9
10
#ifdef _WIN32
    #define UI_WINDOWS

#elif __linux__
    #define UI_LINUX

#else
    #error "Unsupported platform. Only Windows and Linux are supported."
#endif

#define UI_IMPLEMENTATION

#include "../luigi.h"