threed-ice 0.8.0

The package provides an interface to 3D-ICE.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "threed-ice"
version = "0.8.0"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
license = "MIT"
repository = "https://github.com/markov-chain/3d-ice"
homepage = "https://github.com/markov-chain/3d-ice"
documentation = "https://markov-chain.github.io/3d-ice"
description = "The package provides an interface to 3D-ICE."

[dependencies]
matrix = "0.11"
threed-ice-sys = "*"

[dev-dependencies]
assert = "*"
fixture = "*"
temporary = "*"