registry.gosub.io

A private registry for Gosub crates

At this point we do not host our gosub crates on crates.io. The crates are not stable enough but we still want to experiment with registries in combination with the engine. This is why our crates are currently hosted here.

Available crates (19)

CrateCurrent versionDescription
gosub_cairo 0.1.1 Cairo render backend for Gosub
gosub_config 0.1.2 Configuration management for Gosub
gosub_css3 0.1.1 No description available
gosub_engine 0.1.2 Gosub Browser Engine
gosub_fontmanager 0.1.0 Generic font manager
gosub_html5 0.1.1 No description available
gosub_interface 0.1.2 Gosub engine interface
gosub_jsapi 0.1.1 No description available
gosub_net 0.1.1 No description available
gosub_renderer 0.1.1 Gosub Renderer
gosub_rendering 0.1.1 No description available
gosub_shared 0.1.1 No description available
gosub_svg 0.1.1 No description available
gosub_taffy 0.1.1 No description available
gosub_useragent 0.1.0 User agent functionality
gosub_v8 0.1.1 V8 bindings for Gosub
gosub_vello 0.1.1 No description available
gosub_webexecutor 0.1.1 Gosub WebExecutor
gosub_webinterop 0.1.1 No description available

Usage

In order to use these crates, you must update your ~/.cargo/config.toml with the following entry:


# ~/.cargo/config.toml
[registry.gosub]
index = "sparse+https://registry.gosub.io/"