Initial Commit
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "snake-rs"
|
||||
version = "0.1.0"
|
||||
authors = ["Marco Thomas <mthomas@marcmk.de>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
piston = "0.52.0"
|
||||
piston2d-graphics = "0.36.0"
|
||||
pistoncore-glutin_window = "0.66.0"
|
||||
piston2d-opengl_graphics = "0.73.0"
|
||||
Reference in New Issue
Block a user