specs 0.17.0

Specs is an Entity-Component-System library written in Rust.
Documentation
# The URL the site will be built for
base_url = "https://slide-rs.github.io/"

title = "Specs"
description = "Specs Parallel ECS, a Rust library for parallel data processing using the Entity Component System pattern"
theme = "hyde"

# Whether to automatically compile all Sass files in the sass directory
compile_sass = true

# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true

# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true

taxonomies = []

[extra]
hyde_links = [
    {url = "/", name = "Home"},
    {url = "docs", name = "Docs"},
    {url = "https://github.com/slide-rs/specs", name = "GitHub"},
#    {url = "about", name = "About"},
]