redox/recipes/wip/graphics/oculante/recipe.toml
2024-02-17 23:36:16 +00:00

13 lines
256 B
TOML

#TODO Not compiled or tested
#TODO probably missing dependencies
[source]
git = "https://github.com/woelper/oculante"
rev = "25b6ae94f743988be216dfd341dde159337d193d"
[build]
template = "cargo"
dependencies = [
"libxcb",
"libxfixes",
"gtk3",
]