17 lines
603 B
TOML
17 lines
603 B
TOML
[package]
|
|
name = "geometric_algebra"
|
|
version = "0.3.0"
|
|
authors = ["Alexander Meißner <AlexanderMeissner@gmx.net>"]
|
|
description = "Generate(d) custom libraries for geometric algebras"
|
|
repository = "https://github.com/Lichtso/geometric_algebra/"
|
|
keywords = ["math", "simd", "vector", "geometric-algebra", "geometry"]
|
|
license = "MIT"
|
|
edition = "2018"
|
|
|
|
[dependencies.spirv-std]
|
|
git = "https://github.com/EmbarkStudios/rust-gpu"
|
|
rev = "d0e374968a37d8a37c4f3509cd10719d384470f6"
|
|
|
|
# [dependencies]
|
|
# spirv-std = { path = "/home/liam/projects/abel/crates/spirv-std", version = "=0.9.0" }
|
|
# spirv-std = "0.9.0"
|