Lapin
cf64bec257
It's all insired in copy/paste style by: https://github.com/Nercury/rust-and-opengl-lessons
12 lines
185 B
TOML
12 lines
185 B
TOML
[package]
|
|
name = "winput"
|
|
version = "0.1.0"
|
|
authors = []
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
failure = "0.1.3"
|
|
|
|
[dependencies.sdl2]
|
|
version = "0.34.5"
|
|
features = ["bundled", "static-link"] |