vinland

Crates.iovinland
lib.rsvinland
version0.1.0
sourcesrc
created_at2024-06-27 08:33:57.064709
updated_at2024-06-27 08:33:57.064709
descriptiona library for physics-based terrain generation and manipulation
homepage
repositoryhttps://codeberg.org/danger/vinland
max_upload_size
id1285208
size10,842
Alex Barber (RaidoWolf)

documentation

README

Vinland

a library for physics-based terrain generation and manipulation

How to Use

This is a Rust library, available through crates.io. To install in your project, add it to your Cargo.toml as a dependency:

[dependencies]
vinland = "0.1.0"

Or run the following command from within your project directory:

cargo add vinland

Please note that in order to use this license, you must comply with the terms of the LGPLv3 (or later) license.

Commit count: 0

cargo fmt