[package] name = "forsyth" version = "1.0.1" authors = ["Martin Förster "] edition = "2018" license = "MIT OR Unlicense" repository = "https://gitlab.com/kento_asashima/forsyth" keywords= ["gamedev","graphics","GPU","3D","meshes"] categories=["game-development","graphics","rendering"] description="A pure Rust implementation of Tom Forsyth's 'Linear-Speed Vertex Cache Optimisation'." exclude = ["benches/data",".gitlab-ci.yml","builder.Dockerfile"] [dependencies] [dev-dependencies] criterion = "0.3" lz-fear = "0.1" tobj = "3.1" proptest = "1.0" [[bench]] name = "benches" harness = false