summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 78f16e47551011f56eddc5011da076135c735b1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# -*- coding: utf-8 -*-

[workspace]
resolver = "2"
members = [
    "game_gui",
    "graphics",
    "physics",
    "voxel",
    "walleng",
]

[profile.release]
lto             = "thin"
#debug           = 1

[profile.test]
opt-level       = 2

[profile.dev]
opt-level       = 2

[profile.bench]
lto             = "thin"

# vim: ts=4 sw=4 expandtab
bues.ch cgit interface