Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 3, 2020 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/37c24f93cce887e66261103e6107a01c to your computer and use it in GitHub Desktop.
Save r-ryantm/37c24f93cce887e66261103e6107a01c to your computer and use it in GitHub Desktop.
/nix/store/l76iw8xbv8fsvhrqzic296s2b6zy7ps6-guile-sdl2-0.5.0
├── lib
│   └── guile
│   └── 2.2
│   └── site-ccache
│   ├── sdl2
│   │   ├── bindings
│   │   │   ├── image.go
│   │   │   ├── mixer.go
│   │   │   └── ttf.go
│   │   ├── bindings.go
│   │   ├── clipboard.go
│   │   ├── config.go
│   │   ├── events.go
│   │   ├── image.go
│   │   ├── input
│   │   │   ├── game-controller.go
│   │   │   ├── joystick.go
│   │   │   ├── keyboard.go
│   │   │   ├── mouse.go
│   │   │   └── text.go
│   │   ├── mixer.go
│   │   ├── rect.go
│   │   ├── render.go
│   │   ├── surface.go
│   │   ├── ttf.go
│   │   └── video.go
│   └── sdl2.go
└── share
├── guile
│   └── site
│   └── 2.2
│   ├── sdl2
│   │   ├── bindings
│   │   │   ├── image.scm
│   │   │   ├── mixer.scm
│   │   │   └── ttf.scm
│   │   ├── bindings.scm
│   │   ├── clipboard.scm
│   │   ├── config.scm
│   │   ├── events.scm
│   │   ├── image.scm
│   │   ├── input
│   │   │   ├── game-controller.scm
│   │   │   ├── joystick.scm
│   │   │   ├── keyboard.scm
│   │   │   ├── mouse.scm
│   │   │   └── text.scm
│   │   ├── mixer.scm
│   │   ├── rect.scm
│   │   ├── render.scm
│   │   ├── surface.scm
│   │   ├── ttf.scm
│   │   └── video.scm
│   └── sdl2.scm
└── info
└── guile-sdl2.info
15 directories, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment