An open API service indexing awesome lists of open source software.

https://github.com/willdoescode/sfml-with-rust

SFML with rust bindings
https://github.com/willdoescode/sfml-with-rust

Last synced: 28 days ago
JSON representation

SFML with rust bindings

Awesome Lists containing this project

README

        

# SFML With SFML Rust bindings

#### Building

```shell
cargo build
```

#### Building release

```shell
cargo build --release
```

#### Running
```shell
cargo run
```