otter 0.7.1

Otter game system; common infrastructure Rust crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2020-2021 Ian Jackson and contributors to Otter
// SPDX-License-Identifier: AGPL-3.0-or-later
// There is NO WARRANTY.
{
    "compilerOptions": {
        "lib": [
            "es2015",
            "dom"
        ],
        "strict": true,
        "target": "es2015",
        "removeComments": false,
    },
    "files": "--substituted by Makefile--",
}