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
- Host: GitHub
- URL: https://github.com/willdoescode/sfml-with-rust
- Owner: willdoescode
- Created: 2021-03-17T07:28:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T20:11:09.000Z (about 4 years ago)
- Last Synced: 2025-04-14T22:56:46.827Z (28 days ago)
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```