Crates.io | oxygen_quark |
lib.rs | oxygen_quark |
version | 0.0.10 |
source | src |
created_at | 2018-10-29 22:41:51.66588 |
updated_at | 2019-01-04 23:05:46.567073 |
description | Oxygen Quark is a maths library mainly developed for the Oxygen Engine. |
homepage | http://oxygen.avekvist.com/quark/ |
repository | https://github.com/Avekvist/oxygen-engine |
max_upload_size | |
id | 93488 |
size | 166,412 |
Have Rust setup and clone the repository. Start coding and have fun! I would recommend that you check out the list of issues to see what you could fix, and if you don't find anything interesting there, just go and check out the projects instead.
Otherwise, just issue your own bugs and features with the issue tracker. I'll be sure to check them out and tag them accordingly!
To use the maths library, just append oxygen_quark = "*"
after [dependencies]
in your Cargo.toml
project file. E.g:
[dependencies]
oxygen_quark = "*"
You could also use a specific version to ensure compatibility:
[dependencies]
oxygen_quark = "0.0.1"
After you've done that, just use it like any other extern crate in your rust program.