[[items]]
type = "remote"
description = "The core-mumu code that is a dependancy of this plugin"
remote = "git@gitlab.com:tofo/core-mumu.git"
tag = "v0.9.0-rc.3"
remote_groups = ["core"]
groups = ["core"]
[[items]]
type = "remote"
description = "The test suite test-mumu code"
remote = "git@gitlab.com:tofo/mumu-test.git"
tag = "v0.1.7"
remote_groups = ["test"]
groups = ["test"]
[[items]]
type = "singlefile"
path = "Cargo.toml"
groups = ["gpu"]
[[items]]
type = "singlefile"
path = "Makefile"
groups = ["gpu"]
[[items]]
type = "singlefile"
path = "build.rs"
groups = ["gpu"]
[[items]]
explain = "Compiled plugin for GPU function calls for the use in the Lava Mumu language"
type = "recursive"
path = "src/"
extension = "rs"
groups = ["gpu"]
[[items]]
explain = "The GPU shaders for the gpu plugin"
type = "recursive"
path = "shader/"
extension = "glsl"
groups = ["gpu", "shaders"]
[[items]]
explain = "Example mu files for use with the gpu plugin"
type = "recursive"
path = "examples/"
extension = "mu"
groups = ["examples"]