summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e4671c0343dd3ed10d5fc6f278e590f0dcd58b07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name        = "benoit"
version     = "0.13.0"
authors     = ["Gabriel Bjørnager Jensen"]
edition     = "2021"
description = "Mandelbrot renderer."
readme      = "README.md"
repository  = "https://mandelbrot.dk/benoit"

[[bin]]
name = "benoit"
path = "source/benoit/main.rs"

[profile.release]
lto = true

[dependencies]
sdl2  = "0.35.2"