sfml 0.25.1

Rust binding for sfml
Documentation
1
2
3
4
5
#include <SFML/System/Sleep.hpp>

extern "C" void sfSleep(sf::Int64 duration_ms) {
    sf::sleep(sf::microseconds(duration_ms));
}