summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: a6deab0dc8f4d6dcde4fd65d48d051024b7f3e51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "revision2020"
version = "0.1.0"
authors = ["Tom Barrett <tom@tombarrett.xyz>"]
edition = "2018"

[dependencies]
alto = "3.0.4"
cgmath = "0.17.0"
image = "0.22"
lewton = "0.10.0"
luminance = "0.39"
luminance-derive = "0.5.3"
luminance-glfw = "0.12.1"

[profile.dev]
opt-level = 2