openmw-cfg

Crates.ioopenmw-cfg
lib.rsopenmw-cfg
version
sourcesrc
created_at2020-05-01 13:07:48.840369+00
updated_at2025-03-25 12:31:54.555381+00
descriptionA library for interacting with the openmw config file and the virtual file system it defines
homepage
repositoryhttps://gitlab.com/bmwinger/openmw-cfg
max_upload_size
id236174
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Benjamin Winger (benjaminwinger)

documentation

README

OpenMW cfg

This library provides tools for accessing the case insensitive virtual file system defined by OpenMW in openmw.cfg.

The location of the openmw.cfg file is determined by the location described in the OpenMW paths documentation, and can be overridden by end users using the environment variable OPENMW_CONFIG_DIR or OPENMW_CONFIG, to allow for systems that use a non-standard location.

OPENMW_CONFIG_DIR can contain multiple paths, separated by colons (or semicolons on Windows), and these paths will be searched in turn to find one which contains a file with the name openmw.cfg.

Commit count: 20

cargo fmt