https://github.com/afaur/sfml-tiny-taco
https://github.com/afaur/sfml-tiny-taco
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/afaur/sfml-tiny-taco
- Owner: afaur
- Created: 2016-07-10T16:25:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-10T16:26:00.000Z (almost 10 years ago)
- Last Synced: 2025-02-12T13:56:40.733Z (over 1 year ago)
- Language: Rust
- Size: 115 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mac Setup
```
brew install sfml csfml
cd deps
rm -rf rust-sfml
git clone git@github.com:jeremyletang/rust-sfml.git
cd ..
cargo run
```