8 lines
150 B
TOML
8 lines
150 B
TOML
[package]
|
|
name = "ash"
|
|
version = "0.1.0"
|
|
authors = ["maik klein <maikklein@googlemail.com>"]
|
|
|
|
[dependencies]
|
|
shared_library = "0.1.5"
|
|
glfw = "0.11.0"
|