sfml 0.25.1

Rust binding for sfml
Documentation
1
2
3
4
5
6
7
8
9
10
#ifndef SFML_VIDEOMODE_H
#define SFML_VIDEOMODE_H

struct sfVideoMode {
    unsigned int width;
    unsigned int height;
    unsigned int bitsPerPixel;
};

#endif // SFML_VIDEOMODE_H