mirror of
https://github.com/edg-l/teeconfig.git
synced 2024-11-09 09:38:25 +00:00
readme
This commit is contained in:
parent
6a850d1175
commit
86125b9141
|
@ -1,5 +1,11 @@
|
|||
# teeconfig
|
||||
|
||||
[![Version](https://img.shields.io/crates/v/teeconfig)](https://crates.io/crates/teeconfig)
|
||||
[![Downloads](https://img.shields.io/crates/d/teeconfig)](https://crates.io/crates/teeconfig)
|
||||
[![License](https://img.shields.io/crates/l/teeconfig)](https://crates.io/crates/teeconfig)
|
||||
![Rust](https://github.com/edg-l/teeconfig/workflows/Rust/badge.svg)
|
||||
[![Docs](https://docs.rs/teeconfig/badge.svg)](https://docs.rs/teeconfig)
|
||||
|
||||
A ddnet / teeworlds configuration parser.
|
||||
|
||||
It recognizes the available options by parsing source files with `MACRO_CONFIG_` lines such as `src/engine/shared/config_variables.h`.
|
||||
|
|
Loading…
Reference in a new issue